css.gg
Version:
Minimalistic Icon library Designed by code.
12 lines • 1.26 kB
JavaScript
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 StyledFormatJustify = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &,&::before{display:block;box-sizing:border-box;width:16px;height:2px;border-radius:3px;background:currentColor;box-shadow:0 8px 0}&{margin-top:-11px;transform:scale(var(--ggs,1));position:relative}&::before{content:\"\";position:absolute;top:4px;left:0}\n"], ["\n &,&::before{display:block;box-sizing:border-box;width:16px;height:2px;border-radius:3px;background:currentColor;box-shadow:0 8px 0}&{margin-top:-11px;transform:scale(var(--ggs,1));position:relative}&::before{content:\"\";position:absolute;top:4px;left:0}\n"])));
exports.FormatJustify = react_1.default.forwardRef(function (props, ref) {
return (react_1.default.createElement(react_1.default.Fragment, null,
react_1.default.createElement(StyledFormatJustify, tslib_1.__assign({}, props, { ref: ref, "icon-role": "format-justify" }))));
});
var templateObject_1;
//# sourceMappingURL=FormatJustify.js.map
;