UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialColorsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ColorsW100', short_name: 'Colors', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M348-190 150-388q-9-9-13.5-20t-4.5-23q0-11 4.5-22t13.5-20l220-220-107-103q-5-5-5-11t5-11q5-5 11-5t11 5l345 346q9 9 13.5 20t4.5 22q0 12-4.5 23T630-387L433-190q-9 9-20 13.5t-22 4.5q-12 0-23-4.5T348-190Zm42-483L170-453q-6 6-8 12t-2 12h460q0-6-2-12t-8-12L390-673Zm377 501q-26 0-43-18t-17-44q0-20 8-39t22-35l13-16q7-8 17-8t17 8l15 16q14 16 22 35t8 39q0 26-18 44t-44 18Z" }) }))); }); IconMaterialColorsW100.displayName = 'OnesyIconMaterialColorsW100'; exports.default = IconMaterialColorsW100;