UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 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 IconMaterialAlignVerticalTopFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AlignVerticalTopFilled', short_name: 'AlignVerticalTop', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3 4q-.425 0-.712-.288Q2 3.425 2 3t.288-.713Q2.575 2 3 2h18q.425 0 .712.287Q22 2.575 22 3t-.288.712Q21.425 4 21 4Zm5.5 18q-.625 0-1.062-.438Q7 21.125 7 20.5v-13q0-.625.438-1.062Q7.875 6 8.5 6t1.062.438Q10 6.875 10 7.5v13q0 .625-.438 1.062Q9.125 22 8.5 22Zm7-6q-.625 0-1.062-.438Q14 15.125 14 14.5v-7q0-.625.438-1.062Q14.875 6 15.5 6t1.062.438Q17 6.875 17 7.5v7q0 .625-.438 1.062Q16.125 16 15.5 16Z" }) }))); }); IconMaterialAlignVerticalTopFilled.displayName = 'AmauiIconMaterialAlignVerticalTopFilled'; exports.default = IconMaterialAlignVerticalTopFilled;