UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.1 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 IconMaterialBoyFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BoyFilled', short_name: 'Boy', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 7.5q-.725 0-1.238-.513-.512-.512-.512-1.237 0-.725.512-1.238Q11.275 4 12 4t1.238.512q.512.513.512 1.238t-.512 1.237Q12.725 7.5 12 7.5ZM11 20q-.425 0-.712-.288Q10 19.425 10 19v-4q-.4 0-.7-.3-.3-.3-.3-.7v-3.5q0-.825.588-1.413Q10.175 8.5 11 8.5h2q.825 0 1.413.587Q15 9.675 15 10.5V14q0 .4-.3.7-.3.3-.7.3v4q0 .425-.287.712Q13.425 20 13 20Z" }) }))); }); IconMaterialBoyFilled.displayName = 'AmauiIconMaterialBoyFilled'; exports.default = IconMaterialBoyFilled;