UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.28 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 IconMaterialPillOff = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PillOff', short_name: 'PillOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M840-615q0 45-17 86t-49 73l-52 52q-11 11-28 11t-28-11q-11-11-11-28t11-28l52-52q20-20 31-47t11-56q0-60-42.5-102.5T615-760q-29 0-56 11t-47 31l-52 52q-11 11-28 11t-28-11q-11-11-11-28t11-28l52-52q32-32 73-49t86-17q94 0 159.5 65.5T840-615ZM345-200q29 0 56-11t47-31l77-77-206-206-77 77q-20 20-31 47t-11 56q0 60 42.5 102.5T345-200Zm236-63-77 77q-32 32-73 49t-86 17q-94 0-159.5-65.5T120-345q0-45 17-86t49-73l77-77L84-760q-11-11-11-28t11-28q11-11 28-11t28 11l680 680q11 11 11 28t-11 28q-11 11-28 11t-28-11L581-263ZM422-422Zm113-113Z" }) }))); }); IconMaterialPillOff.displayName = 'OnesyIconMaterialPillOff'; exports.default = IconMaterialPillOff;