css.gg
Version:
Minimalistic Icon library Designed by code.
12 lines • 1.61 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 StyledArrowBottomRightO = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &{box-sizing:border-box;position:relative;display:block;width:22px;height:22px;border:2px solid;transform:scale(var(--ggs,1));border-radius:20px}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute;right:4px}&::after{width:10px;height:2px;background:currentColor;transform:rotate(45deg);bottom:8px}&::before{width:6px;height:6px;bottom:4px;border-bottom:2px solid;border-right:2px solid}\n"], ["\n &{box-sizing:border-box;position:relative;display:block;width:22px;height:22px;border:2px solid;transform:scale(var(--ggs,1));border-radius:20px}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute;right:4px}&::after{width:10px;height:2px;background:currentColor;transform:rotate(45deg);bottom:8px}&::before{width:6px;height:6px;bottom:4px;border-bottom:2px solid;border-right:2px solid}\n"])));
exports.ArrowBottomRightO = react_1.default.forwardRef(function (props, ref) {
return (react_1.default.createElement(react_1.default.Fragment, null,
react_1.default.createElement(StyledArrowBottomRightO, tslib_1.__assign({}, props, { ref: ref, "icon-role": "arrow-bottom-right-o" }))));
});
var templateObject_1;
//# sourceMappingURL=ArrowBottomRightO.js.map
;