UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 892 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBoyW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BoyW100", short_name: "Boy", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialBoyW100;