UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 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 IconMaterialNoteStackW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NoteStackW100', short_name: 'NoteStack', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360-568v376q0 14 9 23t23 9h248v-130q0-13 8.5-21.5T670-320h130v-248q0-14-9-23t-23-9H392q-14 0-23 9t-9 23Zm220 188ZM332-192v-376q0-25 17.5-42.5T392-628h376q25 0 42.5 17.5T828-568v241q0 12-5 23.5T810-284L676-150q-8 8-19.5 13t-23.5 5H392q-25 0-42.5-17.5T332-192ZM133-692q-5-25 9.5-45t39.5-25l370-65q25-5 45 9.5t25 39.5l5 34q1 7-2.5 11t-8.5 5q-5 1-9.5-1.5T600-739l-7-39q-2-11-12-17.5t-22-4.5l-372 66q-14 2-21 13t-5 25l77 436q1 5-2 10t-8 7q-6 2-11.5-2t-6.5-10l-77-437Z" }) }))); }); IconMaterialNoteStackW100.displayName = 'OnesyIconMaterialNoteStackW100'; exports.default = IconMaterialNoteStackW100;