UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.11 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 IconMaterialPolymerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PolymerW100Filled', short_name: 'Polymer', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M354-224h-65q-17 0-30.5-8.5T237-255L128-451q-8-14-8-29t8-29l115-204q6-11 16.5-17t22.5-6h64q13 0 19 11.5t0 22.5L240-480l84 148 230-375q8-14 22-21.5t30-7.5h63q17 0 30.5 8.5T721-705l110 196q8 14 8 29t-8 29L717-247q-6 11-16.5 17t-22.5 6h-64q-13 0-19-11.5t0-22.5l125-222-84-148-230 375q-8 14-22 21.5t-30 7.5Z" }) }))); }); IconMaterialPolymerW100Filled.displayName = 'OnesyIconMaterialPolymerW100Filled'; exports.default = IconMaterialPolymerW100Filled;