UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialBoyW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BoyW100', short_name: 'Boy', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 7.5q-.525 0-.887-.363-.363-.362-.363-.887t.363-.888Q11.475 5 12 5t.887.362q.363.363.363.888t-.363.887Q12.525 7.5 12 7.5Zm-.4 11.15q-.325 0-.538-.212-.212-.213-.212-.538v-3.75h-.25q-.325 0-.538-.212-.212-.213-.212-.538V9.75q0-.475.338-.812.337-.338.812-.338h2q.475 0 .812.338.338.337.338.812v3.65q0 .325-.212.538-.213.212-.538.212h-.25v3.75q0 .325-.212.538-.213.212-.538.212Z" }) }))); }); IconMaterialBoyW100.displayName = 'AmauiIconMaterialBoyW100'; exports.default = IconMaterialBoyW100;