UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 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 IconMaterialStacksW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StacksW100Filled', short_name: 'Stacks', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-439q-7 0-13.5-2t-13.5-5L145-603q-8-5-12-12t-4-15q0-8 4-15t12-12l308-157q7-3 13.5-5t13.5-2q7 0 13.5 2t13.5 5l309 157q8 5 12 12t4 15q0 8-4 15t-12 12L507-446q-7 3-13.5 5t-13.5 2Zm0 125 330-167q3-2 12 1 4 2 5.5 5t1.5 7q0 4-1.5 7t-5.5 5L507-296q-7 3-13.5 5t-13.5 2q-7 0-13.5-2t-13.5-5L139-456q-4-2-6-5t-2-7q0-4 2-7t6-5q3-2 6-2.5t6 1.5l329 167Zm0 150 330-167q3-2 12 1 4 2 5.5 5t1.5 7q0 4-1.5 7t-5.5 5L507-146q-7 3-13.5 5t-13.5 2q-7 0-13.5-2t-13.5-5L139-306q-4-2-6-5t-2-7q0-4 2-7t6-5q3-2 6-2.5t6 1.5l329 167Z" }) }))); }); IconMaterialStacksW100Filled.displayName = 'OnesyIconMaterialStacksW100Filled'; exports.default = IconMaterialStacksW100Filled;