UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHowToRegW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HowToRegW100", short_name: "HowToReg", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M159-232q-13 0-21.5-8.5T129-262v-22q0-30 14.5-45.5T179-356q51-26 96-39t122-13h22.5q11.5 0 22.5 2 5 1 9 6t3 10.33q-1 4.67-5 8.67t-11 3q-8-1-17.5-1.5T397-380q-71 0-119.5 14T193-332q-21 11-28.5 22t-7.5 26v24h284q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H159Zm450 12 192-192q4-4 9.5-4.5T821-412q5 5 5 10t-5 10L630-201q-9 9-21 9t-21-9l-71-71q-4-4-4.5-9.5T517-292q5-5 10-5t10 5l72 72ZM397-512q-44.55 0-76.27-31.72Q289-575.45 289-620t31.73-76.28Q352.45-728 397-728t76.27 31.72Q505-664.55 505-620t-31.73 76.28Q441.55-512 397-512Zm-10 251Zm10-279q33 0 56.5-23.5T477-620q0-33-23.5-56.5T397-700q-33 0-56.5 23.5T317-620q0 33 23.5 56.5T397-540Zm0-80Z" })); }); IconMaterialHowToRegW100.displayName = 'OnesyIconMaterialHowToRegW100'; export default IconMaterialHowToRegW100;