"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 StyledSmartHomeWashMachine = 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:18px;height:20px;border:2px solid;background:linear-gradient(to left,currentColor 18px,transparent 0) no-repeat center 4px/18px 2px;border-radius:3px}&::after,&::before{content:\"\";position:absolute;display:block;box-sizing:border-box;border-radius:22px}&::before{bottom:1px;left:3px;width:8px;height:8px;border:2px solid;box-shadow:5px -9px 0 -3px,2px -9px 0 -3px}&::after{top:1px;left:1px;width:4px;height:2px;background:currentColor}\n"], ["\n &{display:block;position:relative;box-sizing:border-box;transform:scale(var(--ggs,1));width:18px;height:20px;border:2px solid;background:linear-gradient(to left,currentColor 18px,transparent 0) no-repeat center 4px/18px 2px;border-radius:3px}&::after,&::before{content:\"\";position:absolute;display:block;box-sizing:border-box;border-radius:22px}&::before{bottom:1px;left:3px;width:8px;height:8px;border:2px solid;box-shadow:5px -9px 0 -3px,2px -9px 0 -3px}&::after{top:1px;left:1px;width:4px;height:2px;background:currentColor}\n"]))); exports.SmartHomeWashMachine = react_1.default.forwardRef(function (props, ref) { return (react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(StyledSmartHomeWashMachine, tslib_1.__assign({}, props, { ref: ref, "icon-role": "smart-home-wash-machine" })))); }); var templateObject_1; //# sourceMappingURL=SmartHomeWashMachine.js.map