UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.26 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 IconMaterialViewCarouselW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewCarouselW100Filled', short_name: 'ViewCarousel', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M132-395v-170q0-25.99 18.51-44.49Q169.02-628 195.01-628t44.49 18.51Q258-590.99 258-565v170q0 25.99-18.51 44.49Q220.98-332 194.99-332t-44.49-18.51Q132-369.01 132-395Zm246 143q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h204q26 0 43 17t17 43v336q0 26-17 43t-43 17H378Zm324-143v-170q0-25.99 18.51-44.49Q739.02-628 765.01-628t44.49 18.51Q828-590.99 828-565v170q0 25.99-18.51 44.49Q790.98-332 764.99-332t-44.49-18.51Q702-369.01 702-395Z" }) }))); }); IconMaterialViewCarouselW100Filled.displayName = 'OnesyIconMaterialViewCarouselW100Filled'; exports.default = IconMaterialViewCarouselW100Filled;