UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCounter8W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Counter8W100Filled", short_name: "Counter8", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-132q-72 0-135.5-27.5T234-234q-47-47-74.5-110.5T132-480q0-72 27.5-135.5T234-726q47-47 110.5-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-132Zm-34-174h68q25 0 42.5-17.5T574-366v-68q0-17-9-31.5T540-480q16 0 25-14.5t9-31.5v-68q0-25-17.5-42.5T514-654h-68q-25 0-42.5 17.5T386-594v68q0 17 9 31.5t25 14.5q-16 0-25 14.5t-9 31.5v68q0 25 17.5 42.5T446-306Zm0-320h68q14 0 23 9t9 23v68q0 14-9 23t-23 9h-68q-14 0-23-9t-9-23v-68q0-14 9-23t23-9Zm0 292q-14 0-23-9t-9-23v-68q0-14 9-23t23-9h68q14 0 23 9t9 23v68q0 14-9 23t-23 9h-68Z" })); }); IconMaterialCounter8W100Filled.displayName = 'OnesyIconMaterialCounter8W100Filled'; export default IconMaterialCounter8W100Filled;