UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 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 IconMaterialAutoStoriesW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoStoriesW100', short_name: 'AutoStories', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M478-235q-6 0-12.5-1.5T454-241q-45-26-93.5-38.5T260-292q-28 0-55 3.5T152-276q-22 8-41-6t-19-38v-356q0-16 9-28.5t23-17.5q32-13 66.5-19.5T260-748q59 0 114 19t106 49v420q50-32 106.5-46T700-320q32 0 56.5 3t53.5 11q11 3 20.5.5T840-322v-400q3 0 5.5 1t4.5 3q9 5 13.5 14t4.5 20v362q0 24-20.5 37.5T802-278q-25-8-50.5-11t-51.5-3q-53 0-103.5 12.5T501-241q-5 3-11 4.5t-12 1.5Zm109-149q-8 7-17.5 3t-9.5-15v-285q0-3 1.5-6.5t3.5-5.5l168-168q8-8 17.5-3.5T760-849v302q0 4-1.5 7t-3.5 5L587-384ZM452-273v-391q-45-26-93-41t-99-15q-37 0-67.5 6.5T139-698q-8 3-13.5 8.5T120-676v356q0 14 9.5 16.5T150-305q21-7 47.5-11t62.5-4q59 0 110 14.5t82 32.5Zm0 0v-391 391Z" }) }))); }); IconMaterialAutoStoriesW100.displayName = 'OnesyIconMaterialAutoStoriesW100'; exports.default = IconMaterialAutoStoriesW100;