UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.52 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialShapeLineW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShapeLineW100Filled', short_name: 'ShapeLine', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240.3-572q-61.3 0-104.8-43.26Q92-658.51 92-719.89 92-782 135.26-825q43.25-43 104.63-43Q302-868 345-825.17q43 42.84 43 104.87 0 61.3-42.83 104.8Q302.33-572 240.3-572ZM672-92q-24.75 0-42.37-17.63Q612-127.25 612-152v-136q0-24.75 17.63-42.38Q647.25-348 672-348h136q24.75 0 42.38 17.62Q868-312.75 868-288v136q0 24.75-17.62 42.37Q832.75-92 808-92H672Zm11-571L297-278q5 8 8 17.75t3 20.25q0 28.33-19.48 48.17Q269.04-172 240.24-172 212-172 192-191.85q-20-19.86-20-48.22 0-28.93 19.83-48.43Q211.67-308 240-308q10.5 0 20.25 3t17.75 8l385-386q-5-8-8-17.29-3-9.3-3-19.71 0-28.9 19.85-48.45Q691.71-788 720.07-788q28.93 0 48.43 19.48t19.5 48.28Q788-692 768.45-672 748.9-652 720-652q-10.41 0-19.71-3-9.29-3-17.29-8Z" }) }))); }); IconMaterialShapeLineW100Filled.displayName = 'OnesyIconMaterialShapeLineW100Filled'; exports.default = IconMaterialShapeLineW100Filled;