UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 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 IconMaterialWarningOffFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WarningOffFilled', short_name: 'WarningOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-240q17 0 28.5-11.5T520-280q0-17-11.5-28.5T480-320q-17 0-28.5 11.5T440-280q0 17 11.5 28.5T480-240Zm-40-160q0 17 11.5 28.5T480-360q17 0 28.5-11.5T520-400v-41l-80-80v121Zm-43-276q-10-10-12-23.5t5-25.5l55-95q6-11 15-15.5t20-4.5q11 0 20.5 4.5T515-820l284 490q9 15-5 26t-27-2L397-676ZM791-57l-64-63H109q-23 0-34-20t0-40l259-447 279 278H499L55-792q-12-12-11.5-28.5T56-849q12-12 28.5-12t28.5 12l735 736q12 12 12 28t-12 28q-12 12-28.5 12T791-57Z" }) }))); }); IconMaterialWarningOffFilled.displayName = 'OnesyIconMaterialWarningOffFilled'; exports.default = IconMaterialWarningOffFilled;