@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.13 kB
JavaScript
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("@onesy/ui-react");
const IconMaterialGirlW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'GirlW100Filled', short_name: 'Girl', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M479.8-660q-20.8 0-35.3-14.7-14.5-14.7-14.5-35.5t14.7-35.3q14.7-14.5 35.5-14.5t35.3 14.7q14.5 14.7 14.5 35.5t-14.7 35.3Q500.6-660 479.8-660ZM434-244v-120h-23q-16 0-24.5-13t-3.5-27l64-189q4-11 12.86-17t20-6q11.14 0 20.14 6t13 17l64 189q5 14-3.5 27T549-364h-23v120q0 12.75-8.62 21.37Q508.75-214 496-214h-32q-12.75 0-21.37-8.63Q434-231.25 434-244Z" }) })));
});
IconMaterialGirlW100Filled.displayName = 'OnesyIconMaterialGirlW100Filled';
exports.default = IconMaterialGirlW100Filled;
;