UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialAlignFlexStartW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AlignFlexStartW100Filled', short_name: 'AlignFlexStart', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M146 256q-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 4H146Zm330 640q-12.75 0-21.375-8.625T446 866V418q0-12.75 8.625-21.375T476 388h8q12.75 0 21.375 8.625T514 418v448q0 12.75-8.625 21.375T484 896h-8Z" }) }))); }); IconMaterialAlignFlexStartW100Filled.displayName = 'AmauiIconMaterialAlignFlexStartW100Filled'; exports.default = IconMaterialAlignFlexStartW100Filled;