UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialBuildW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BuildW100Filled', short_name: 'Build', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M354-386q-89 0-151.5-62.5T140-600q0-11 1.5-22.5T145-645q2-8 7-11.5t12-5.5q7-2 13.5 0t11.5 7l109 107 108-108-106-107q-5-5-7-12t0-14q2-7 6-12t11-7q11-3 22-4.5t22-1.5q89 0 151.5 62.5T568-600q0 29-6 53t-18 45l242 242q19 19 19 46t-19 46q-19 19-46 19t-46-19L452-410q-23 11-47 17.5t-51 6.5Z" }) }))); }); IconMaterialBuildW100Filled.displayName = 'OnesyIconMaterialBuildW100Filled'; exports.default = IconMaterialBuildW100Filled;