UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialSdkW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SdkW100Filled', short_name: 'Sdk', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-172q-25 0-42.5-17.5T172-232v-442q0-5 .5-9t3.5-7l54-64q3-4 7-6t9-2h468q5 0 9 2t7 6l54 64q3 3 3.5 7t.5 9v442q0 25-17.5 42.5T728-172H232Zm-16-522h528l-34-40H250l-34 40Zm430 274-74 74q-4 4-4.5 9.5T572-326q5 5 10 5t10-5l73-73q9-9 9-21t-9-21l-73-73q-4-4-9.5-4.5T572-514q-5 5-5 10t5 10l74 74Zm-330 0 74-74q4-4 4.5-9.5T390-514q-5-5-10-5t-10 5l-73 73q-9 9-9 21t9 21l73 73q4 4 9.5 4.5T390-326q5-5 5-10t-5-10l-74-74Z" }) }))); }); IconMaterialSdkW100Filled.displayName = 'OnesyIconMaterialSdkW100Filled'; exports.default = IconMaterialSdkW100Filled;