UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialAnimatedImagesW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AnimatedImagesW100', short_name: 'AnimatedImages', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m553-491 94-64q13-9 13-25t-13-25l-94-64q-15-11-31-2t-16 27v128q0 18 16 27t31-2ZM352-308q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h416q26 0 43 17t17 43v416q0 26-17 43t-43 17H352Zm0-28h416q14 0 23-9t9-23v-416q0-14-9-23t-23-9H352q-14 0-23 9t-9 23v416q0 14 9 23t23 9Zm208-240ZM253-140q-25 3-44.5-12T186-192l-48-374q-3-25 12.5-45t40.5-23l6-1q6-1 10.5 3.5T212-620q0 5-3.5 9t-8.5 5h-4q-14 2-22 12t-6 24l46 374q2 14 12 22t24 6l470-59q6-1 10.5 2.5t5.5 9.5q1 6-2.5 10t-9.5 5l-471 60Zm-35-24Z" }) }))); }); IconMaterialAnimatedImagesW100.displayName = 'OnesyIconMaterialAnimatedImagesW100'; exports.default = IconMaterialAnimatedImagesW100;