UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFaceUpW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FaceUpW100Filled", short_name: "FaceUp", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M388.53-499Q376-499 367-507.68q-9-8.67-9-21.5 0-12.82 8.91-21.32 8.92-8.5 22.09-8.5 12.33 0 20.66 8.68 8.34 8.67 8.34 21.5 0 12.82-8.47 21.32-8.48 8.5-21 8.5Zm182.29 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.5ZM212-560q0-112.22 77.84-190.11 77.84-77.89 190-77.89T670-750.11q78 77.89 78 190.11 0 69.76-33 128.38Q682-373 628-337q-8 5-13.5 4t-8.5-6q-3-5-3-10t5-8q51-32 81.5-85T720-560q0-17.03-2.5-32.52Q715-608 710-624q-14 3-28.5 4.5T653-618q-69 2-130.5-27T417-727q-25 58-71 100.5T240-564v3q-1 65 30 118.5t82 85.5q5 3 5 8t-3 10q-3 5-8.5 6.5T332-336q-54-36-87-94.93-33-58.94-33-129.07Zm254 291-80 79q-4 3.67-9.5 3.83-5.5.17-9.5-3.83t-4-9.82q0-5.82 4-10.18l92-92q9-9 21-9t21 9l92 92q4 4.36 4 10.18 0 5.82-4 9.82t-9.5 3.83q-5.5-.16-9.5-3.83l-80-79v189q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-189Z" })); }); IconMaterialFaceUpW100Filled.displayName = 'OnesyIconMaterialFaceUpW100Filled'; export default IconMaterialFaceUpW100Filled;