UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.03 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 IconMaterialLabelImportantW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LabelImportantW100Filled', short_name: 'LabelImportant', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M227-252q-18 0-26.5-15.5T202-298l105-165q5-8 5-17t-5-17L202-662q-10-15-1.5-30.5T227-708h353q22 0 41.5 10t32.5 28l109 155q11 16 11 35t-11 35L650-288q-12 17-30.5 26.5T580-252H227Z" }) }))); }); IconMaterialLabelImportantW100Filled.displayName = 'OnesyIconMaterialLabelImportantW100Filled'; exports.default = IconMaterialLabelImportantW100Filled;