"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 StyledIcecream = styled_components_1.default.i(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n &{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:16px;border:2px solid;border-top-left-radius:12px;border-top-right-radius:12px;margin-top:-8px;border-bottom:0}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute}&::before{border-left:4px solid;border-right:4px solid;width:12px;height:2px;bottom:0;left:-2px}&::after{width:6px;height:8px;border:2px solid;bottom:-6px;left:2px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top:0}\n"], ["\n &{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:16px;border:2px solid;border-top-left-radius:12px;border-top-right-radius:12px;margin-top:-8px;border-bottom:0}&::after,&::before{content:\"\";display:block;box-sizing:border-box;position:absolute}&::before{border-left:4px solid;border-right:4px solid;width:12px;height:2px;bottom:0;left:-2px}&::after{width:6px;height:8px;border:2px solid;bottom:-6px;left:2px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top:0}\n"]))); exports.Icecream = react_1.default.forwardRef(function (props, ref) { return (react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(StyledIcecream, tslib_1.__assign({}, props, { ref: ref, "icon-role": "icecream" })))); }); var templateObject_1; //# sourceMappingURL=Icecream.js.map