UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.79 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 IconMaterialConfirmationNumberW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ConfirmationNumberW100', short_name: 'ConfirmationNumber', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-24.75 0-42.37-17.63Q132-247.25 132-272v-69q0-8 3.5-15t10.5-11q30-19 48-48.04 18-29.05 18-65Q212-516 194-545q-18-29-48-48-7-4-10.5-11t-3.5-15v-69q0-24.75 17.63-42.38Q167.25-748 192-748h576q24.75 0 42.38 17.62Q828-712.75 828-688v69q0 8-3.5 15T814-593q-30 19-48 48.04-18 29.05-18 65Q748-444 766-415q18 29 48 48 7 4 10.5 11t3.5 15v69q0 24.75-17.62 42.37Q792.75-212 768-212H192Zm0-28h576q14 0 23-9t9-23v-70q-37-22-58.5-58.5T720-480q0-43 21.5-79.5T800-618v-70q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v70q37 22 58.5 58.5T240-480q0 43-21.5 79.5T160-342v70q0 14 9 23t23 9Zm288.04-76q5.96 0 9.96-4.04 4-4.03 4-10 0-5.96-4.04-9.96-4.03-4-10-4-5.96 0-9.96 4.04-4 4.03-4 10 0 5.96 4.04 9.96 4.03 4 10 4Zm0-150q5.96 0 9.96-4.04 4-4.03 4-10 0-5.96-4.04-9.96-4.03-4-10-4-5.96 0-9.96 4.04-4 4.03-4 10 0 5.96 4.04 9.96 4.03 4 10 4Zm0-150q5.96 0 9.96-4.04 4-4.03 4-10 0-5.96-4.04-9.96-4.03-4-10-4-5.96 0-9.96 4.04-4 4.03-4 10 0 5.96 4.04 9.96 4.03 4 10 4ZM480-480Z" }) }))); }); IconMaterialConfirmationNumberW100.displayName = 'OnesyIconMaterialConfirmationNumberW100'; exports.default = IconMaterialConfirmationNumberW100;