UNPKG

infinity-forge

Version:
9 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconExclamation = IconExclamation; var jsx_runtime_1 = require("react/jsx-runtime"); function IconExclamation(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.00002 17.3334C4.39765 17.3334 0.666687 13.6024 0.666687 9.00002C0.666687 4.39765 4.39765 0.666687 9.00002 0.666687C13.6024 0.666687 17.3334 4.39765 17.3334 9.00002C17.3334 13.6024 13.6024 17.3334 9.00002 17.3334ZM9.00002 15.6667C12.6819 15.6667 15.6667 12.6819 15.6667 9.00002C15.6667 5.31812 12.6819 2.33335 9.00002 2.33335C5.31812 2.33335 2.33335 5.31812 2.33335 9.00002C2.33335 12.6819 5.31812 15.6667 9.00002 15.6667ZM8.16669 4.83335H9.83335V6.50002H8.16669V4.83335ZM8.16669 8.16669H9.83335V13.1667H8.16669V8.16669Z', fill: color }) })); } //# sourceMappingURL=icon-exclamation.js.map