@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
15 lines • 574 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Exclamation = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=Exclamation.js.map