UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.46 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialCounter8W100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Counter8W100', short_name: 'Counter8', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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-132Zm0-28q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Zm-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" }) }))); }); IconMaterialCounter8W100.displayName = 'OnesyIconMaterialCounter8W100'; exports.default = IconMaterialCounter8W100;