@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 IconMaterialDestructionW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DestructionW100Filled', short_name: 'Destruction', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M226-172q-23 0-38.5-15.5T172-226v-131q0-23 15.5-38.5T226-411h508q23 0 38.5 15.5T788-357v131q0 23-15.5 38.5T734-172H226Zm66-299q-12 0-23-3t-22-9l-54-32q-7-4-9.5-10t-.5-13q2-7 6-11.5t12-6.5l132-23-36-131q-2-8 .5-14t7.5-10q5-4 12-4.5t14 4.5l111 79 67-118q4-7 10.5-10t13.5-1q7 2 11.5 6t6.5 12l23 134 131-37q8-2 14 1t10 8q4 5 4.5 12t-4.5 14l-78 111q19 11 13.5 31.5T637-471H292Z" }) })));
});
IconMaterialDestructionW100Filled.displayName = 'OnesyIconMaterialDestructionW100Filled';
exports.default = IconMaterialDestructionW100Filled;
;