iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ExclamationLg = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-exclamation-lg", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M7.005 3.1a1 1 0 111.99 0l-.388 6.35a.61.61 0 01-1.214 0zM7 12a1 1 0 112 0 1 1 0 01-2 0" }));
exports.default = ExclamationLg;