UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialPillOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PillOffW100Filled', short_name: 'PillOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M788-615q0 35-13.5 66.5T737-492l-59 58q-9 9-21 9t-21-9L434-636q-9-9-9-21t9-21l58-59q25-24 56.5-37.5T615-788q72 0 122.5 50.5T788-615ZM580-336 468-223q-24 24-56 37.5T345-172q-72 0-122.5-50.5T172-345q0-35 13.5-67t37.5-56l113-112-194-194q-4-4-4.5-9.5T142-794q5-5 10-5t10 5l636 636q4 4 4.5 9.5T798-138q-5 5-10 5t-10-5L580-336Z" }) }))); }); IconMaterialPillOffW100Filled.displayName = 'OnesyIconMaterialPillOffW100Filled'; exports.default = IconMaterialPillOffW100Filled;