@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.2 kB
JavaScript
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 IconMaterialWarningOffW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WarningOffW100Filled', short_name: 'WarningOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-260q8 0 14-6t6-14q0-8-6-14t-14-6q-8 0-14 6t-6 14q0 8 6 14t14 6Zm-14-94q0 6 4 10t10 4q6 0 10-4t4-10v-112l-28-28v140Zm-37-290q-8-8-8.5-17.5T425-680l29-51q5-8 11.5-11.5T480-746q8 0 14.5 3.5T506-731l169 291q7 11-4 19t-20-1L429-644Zm370 523-51-51H182q-17 0-26-15t0-30l216-371 217 216h-40L120-800q-4-4-4.5-9.5T120-820q5-5 10-5t10 5l679 679q4 4 4.5 9.5T819-121q-5 5-10 5t-10-5Z" }) })));
});
IconMaterialWarningOffW100Filled.displayName = 'OnesyIconMaterialWarningOffW100Filled';
exports.default = IconMaterialWarningOffW100Filled;
;