"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 StyledCPlusPlus = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &{position:relative;display:block;width:16px;height:16px;transform:scale(var(--ggs,1));border:3px solid currentColor;box-sizing:border-box;border-radius:100px;border-right-color:transparent}&::after,&::before{content:\"\";position:absolute;box-sizing:border-box;display:block;width:9px;height:6px;border-left:2px solid;border-right:2px solid;right:-9px;top:2px}&::after{width:13px;height:2px;border-left:6px solid;border-right:6px solid;right:-11px;top:4px}\n"], ["\n &{position:relative;display:block;width:16px;height:16px;transform:scale(var(--ggs,1));border:3px solid currentColor;box-sizing:border-box;border-radius:100px;border-right-color:transparent}&::after,&::before{content:\"\";position:absolute;box-sizing:border-box;display:block;width:9px;height:6px;border-left:2px solid;border-right:2px solid;right:-9px;top:2px}&::after{width:13px;height:2px;border-left:6px solid;border-right:6px solid;right:-11px;top:4px}\n"]))); exports.CPlusPlus = react_1.default.forwardRef(function (props, ref) { return (react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(StyledCPlusPlus, tslib_1.__assign({}, props, { ref: ref, "icon-role": "c-plus-plus" })))); }); var templateObject_1; //# sourceMappingURL=CPlusPlus.js.map