UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.48 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 IconMaterialWbIridescentW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WbIridescentW100Filled', short_name: 'WbIridescent', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M252-468v-24q0-25 17.5-42.5T312-552h336q25 0 42.5 17.5T708-492v24q0 25-17.5 42.5T648-408H312q-25 0-42.5-17.5T252-468Zm214-314v-60q0-6 4-10t10-4q6 0 10 4t4 10v60q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm252 86 36-36q4-4 9.5-4.5T774-732q5 5 5 10t-5 10l-36 36q-4 4-9.5 4.5T718-676q-5-5-5-10t5-10ZM466-122v-60q0-6 4-10t10-4q6 0 10 4t4 10v60q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm288-106-36-36q-4-4-4.5-9.5T718-284q5-5 10-5t10 5l36 36q4 4 4.5 9.5T774-228q-5 5-10 5t-10-5ZM222-676l-36-36q-4-4-4.5-9.5T186-732q5-5 10-5t10 5l36 36q4 4 4.5 9.5T242-676q-5 5-10 5t-10-5Zm-36 428 36-36q4-4 9.5-4.5T242-284q5 5 5 10t-5 10l-36 36q-4 4-9.5 4.5T186-228q-5-5-5-10t5-10Z" }) }))); }); IconMaterialWbIridescentW100Filled.displayName = 'OnesyIconMaterialWbIridescentW100Filled'; exports.default = IconMaterialWbIridescentW100Filled;