@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.13 kB
JavaScript
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 IconMaterialNoteStackW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NoteStackW100Filled', short_name: 'NoteStack', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M332-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.5l8 50H392q-66 0-113 47t-47 113v290q-13-6-22-17.5T198-322l-65-370Zm667 372H670q-13 0-21.5 8.5T640-290v130l160-160Z" }) })));
});
IconMaterialNoteStackW100Filled.displayName = 'OnesyIconMaterialNoteStackW100Filled';
exports.default = IconMaterialNoteStackW100Filled;
;