UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCookieW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CookieW100Filled", short_name: "Cookie", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-106q-78 0-146-29.5t-118.5-80Q165-266 135.5-334T106-480q0-82 33.5-153.5t90-123Q286-808 360-834.5T515-853q8 1 13 7t6 14q5 77 52.5 122.5T716-656q8 1 13 6.5t5 13.5q1 47 30.5 83.5T835-502q8 3 13.5 9.5T854-478q-4 76-35 144t-81.5 118.5Q687-165 621-135.5T480-106Zm-60-464q21 0 35.5-15t14.5-35q0-21-14.5-35.5T420-670q-20 0-35 14.5T370-620q0 20 15 35t35 15Zm-80 200q21 0 35.5-15t14.5-35q0-21-14.5-35.5T340-470q-20 0-35 14.5T290-420q0 20 15 35t35 15Zm260 40q13 0 21.5-9t8.5-21q0-13-8.5-21.5T600-390q-12 0-21 8.5t-9 21.5q0 12 9 21t21 9Z" })); }); IconMaterialCookieW100Filled.displayName = 'OnesyIconMaterialCookieW100Filled'; export default IconMaterialCookieW100Filled;