UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 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("@amaui/ui-react"); const IconMaterialAlignSpaceAroundW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AlignSpaceAroundW100Filled', short_name: 'AlignSpaceAround', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M336 790q-12.75 0-21.375-8.625T306 760v-8q0-12.75 8.625-21.375T336 722h288q12.75 0 21.375 8.625T654 752v8q0 12.75-8.625 21.375T624 790H336Zm0-360q-12.75 0-21.375-8.625T306 400v-8q0-12.75 8.625-21.375T336 362h288q12.75 0 21.375 8.625T654 392v8q0 12.75-8.625 21.375T624 430H336ZM146 924q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h668q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975 920q-4.025 4-9.975 4H146Zm0-668q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h668q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975 252q-4.025 4-9.975 4H146Z" }) }))); }); IconMaterialAlignSpaceAroundW100Filled.displayName = 'AmauiIconMaterialAlignSpaceAroundW100Filled'; exports.default = IconMaterialAlignSpaceAroundW100Filled;