UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFaceNodW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FaceNodW100Filled", short_name: "FaceNod", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360.16-212Q248-212 170-289.84t-78-190Q92-592 169.84-670t190-78Q472-748 550-670.16t78 190Q628-368 550.16-290t-190 78Zm-.16-28q100 0 170-70t70-170q0-17.03-2.5-32.52Q595-528 590-544q-14 3-28.5 4.5T533-538q-69 2-130.5-27T297-647q-25 58-71 100.5T120-484v3q-1 100 69.5 170.5T360-240Zm-91.5-179q-12.5 0-21-8.68-8.5-8.67-8.5-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5 12 0 21 8.68 9 8.67 9 21.5 0 12.82-9 21.32t-21.5 8.5Zm182.32 0q-12.82 0-21.32-8.68-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5ZM707-169q58-66 95.5-144T840-479q0-88-37.5-166.5T707-790v97q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-105q0-12.75 8.63-21.38Q696.25-828 709-828h105q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.55-3.96 4.5-10.03 4.5h-78q58 69 95 149.5T868-479q0 90-37 170.5T736-160h78q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H709q-12.75 0-21.37-8.63Q679-149.25 679-162v-105q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v98Z" })); }); IconMaterialFaceNodW100Filled.displayName = 'OnesyIconMaterialFaceNodW100Filled'; export default IconMaterialFaceNodW100Filled;