UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.07 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 IconMaterialPolymer = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Polymer', short_name: 'Polymer', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M321-160h-76q-22 0-40.5-11T175-201L42-441q-11-18-11-39t11-39l140-250q8-14 21.5-22.5T234-800h75q17 0 25.5 15t.5 30L180-480l104 186 289-468q11-18 29-28t39-10h72q22 0 40.5 11t29.5 30l135 240q11 18 11 39t-11 39L778-191q-8 14-21.5 22.5T726-160h-75q-17 0-25.5-15t-.5-30l155-275-104-184-287 466q-11 18-29 28t-39 10Z" }) }))); }); IconMaterialPolymer.displayName = 'OnesyIconMaterialPolymer'; exports.default = IconMaterialPolymer;