UNPKG

infinity-forge

Version:
9 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconDanger = IconDanger; var jsx_runtime_1 = require("react/jsx-runtime"); function IconDanger(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 16.5C3.58172 16.5 0 12.9182 0 8.5C0 4.08172 3.58172 0.5 8 0.5C12.4182 0.5 16 4.08172 16 8.5C16 12.9182 12.4182 16.5 8 16.5ZM7.2 10.9V12.5H8.8V10.9H7.2ZM7.2 4.5V9.3H8.8V4.5H7.2Z', fill: color }) })); } //# sourceMappingURL=icon-danger.js.map