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 IconMaterialBorderLeftW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BorderLeftW100Filled', short_name: 'BorderLeft', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.5 8.5v-1h1v1Zm-8 0v-1h1v1Zm0 4v-1h1v1Zm8 0v-1h1v1Zm-4-8v-1h1v1Zm4 0v-1h1v1Zm-8 0v-1h1v1Zm-4 0v-1h1v1Zm8 8v-1h1v1Zm-8 8v-1h1v1Zm4 0v-1h1v1Zm-7.5 0q-.2 0-.35-.15-.15-.15-.15-.35V4q0-.225.15-.363Q3.8 3.5 4 3.5q.225 0 .363.137.137.138.137.363v16q0 .2-.137.35-.138.15-.363.15Zm11.5 0v-1h1v1Zm4-4v-1h1v1Zm-12-4v-1h1v1Zm12 8v-1h1v1Zm-8-4v-1h1v1Z" }) }))); }); IconMaterialBorderLeftW100Filled.displayName = 'AmauiIconMaterialBorderLeftW100Filled'; exports.default = IconMaterialBorderLeftW100Filled;