mirror of https://github.com/astrit/css.gg.git
12 lines
1.6 KiB
JavaScript
12 lines
1.6 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var tslib_1 = require("tslib");
|
|
var react_1 = tslib_1.__importDefault(require("react"));
|
|
var styled_components_1 = tslib_1.__importDefault(require("styled-components"));
|
|
var StyledPathDivide = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &{display:block;position:relative;box-sizing:border-box;transform:scale(var(--ggs,1));width:14px;height:14px}&::after,&::before{content:\"\";position:absolute;display:block;box-sizing:border-box;width:10px;height:10px}&::after{border-top:4px solid;border-left:4px solid}&::before{background:linear-gradient(to left,currentColor 4px,transparent 0)no-repeat 1px 1px/4px 4px;border-right:4px solid;border-bottom:4px solid;bottom:0;right:0}\n"], ["\n &{display:block;position:relative;box-sizing:border-box;transform:scale(var(--ggs,1));width:14px;height:14px}&::after,&::before{content:\"\";position:absolute;display:block;box-sizing:border-box;width:10px;height:10px}&::after{border-top:4px solid;border-left:4px solid}&::before{background:linear-gradient(to left,currentColor 4px,transparent 0)no-repeat 1px 1px/4px 4px;border-right:4px solid;border-bottom:4px solid;bottom:0;right:0}\n"])));
|
|
exports.PathDivide = react_1.default.forwardRef(function (props, ref) {
|
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
react_1.default.createElement(StyledPathDivide, tslib_1.__assign({}, props, { ref: ref, "icon-role": "path-divide" }))));
|
|
});
|
|
var templateObject_1;
|
|
//# sourceMappingURL=PathDivide.js.map
|