UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 890 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Danger48 = (_a) => { var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M24 6.5a1.5 1.5 0 0 1 1.305.76l17 30A1.5 1.5 0 0 1 41 39.5H7a1.5 1.5 0 0 1-1.305-2.24l17-30A1.5 1.5 0 0 1 24 6.5Zm14.426 30L24 11.043 9.574 36.5h28.852ZM24 18.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-3 0v-6a1.5 1.5 0 0 1 1.5-1.5ZM24 34a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }))); }; exports.default = Danger48;