UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 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 IconMaterialBorderHorizontalW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BorderHorizontalW100', short_name: 'BorderHorizontal', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.5 4.5v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm-16 4v-1h1v1Zm8 0v-1h1v1Zm8 0v-1h1v1Zm.5 4H4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137h16q.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm-16.5 4v-1h1v1Zm8 0v-1h1v1Zm8 0v-1h1v1Zm-16 4v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Z" }) }))); }); IconMaterialBorderHorizontalW100.displayName = 'AmauiIconMaterialBorderHorizontalW100'; exports.default = IconMaterialBorderHorizontalW100;