UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPolicyW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PolicyW100", short_name: "Policy", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-138q-5 0-11-1.5t-11.06-3.5Q344-188 278-291.5T212-516v-166q0-19.26 10.88-34.66Q233.75-732.07 251-739l208-77q11-4 21-4t21 4l208 77q17.25 6.93 28.13 22.34Q748-701.26 748-682v166q0 55-15 109.5t-47.15 108.3Q680-288 668.69-287.5T649-295L548-396q-14 12-31.5 18t-36.5 6q-44.55 0-76.27-31.73Q372-435.45 372-480t31.73-76.28Q435.45-588 480-588t76.28 31.72Q588-524.55 588-480q0 17.46-5.5 33.73Q577-430 568-416l98 98q24-44 39-92.5T720-516v-167q0-10-5.5-18T699-713l-208-77q-5-2-11-2t-11 2l-208 77q-10 4-15.5 12t-5.5 18v167q0 121 68 220t172 132q22-7 42.5-17t40.5-24q5-4 11.14-3.33 6.14.66 9.86 5.33 3 5 1.83 10.46-1.16 5.47-5.83 8.54-19 12-38 23t-39.62 19q-5.38 2-11.38 3-6 1-11 1Zm0-262q33 0 56.5-23.5T560-480q0-33-23.5-56.5T480-560q-33 0-56.5 23.5T400-480q0 33 23.5 56.5T480-400Zm0-78Z" })); }); IconMaterialPolicyW100.displayName = 'OnesyIconMaterialPolicyW100'; export default IconMaterialPolicyW100;