UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.22 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 IconMaterialNumbersW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NumbersW100Filled', short_name: 'Numbers', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m365-368-38 151q-1 5-4 7t-8 2q-6 0-10-5t-2-11l36-144H217q-7 0-11.5-5t-2.5-12q2-5 5.5-8t8.5-3h129l42-168H266q-7 0-11.5-5t-2.5-12q2-5 5.5-8t8.5-3h129l38-151q1-5 4-7t8-2q6 0 10 5t2 11l-36 144h174l38-151q1-5 4-7t8-2q6 0 10 5t2 11l-36 144h122q7 0 11.5 5t2.5 12q-2 5-5.5 8t-8.5 3H614l-42 168h122q7 0 11.5 5t2.5 12q-2 5-5.5 8t-8.5 3H565l-38 151q-1 5-4 7t-8 2q-6 0-10-5t-2-11l36-144H365Zm7-28h174l42-168H414l-42 168Z" }) }))); }); IconMaterialNumbersW100Filled.displayName = 'OnesyIconMaterialNumbersW100Filled'; exports.default = IconMaterialNumbersW100Filled;