@meistericons/react
Version:
React icon library of meistericons.
14 lines (10 loc) • 1.02 kB
JavaScript
;
/**
* @license @meistericons/react v0.21.1 - ISC
* The source code is licensed under the ISC license.
* See the root directory for the LICENSE file.
*/
import createMeisterIcons from '../createMeisterIcons.js';
const ErrorCircle = createMeisterIcons("error-circle", [["path", { "fill": "currentColor", "d": "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12", "key": "86f6d0bd47a85e8e5371d3adbc0a49dce3a84d02", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M12 14.7c-.4 0-.8-.3-.8-.8v-6c0-.4.3-.8.8-.8s.8.3.8.8v6c-.1.5-.4.8-.8.8m0 3c-.2 0-.4-.1-.5-.2l-.2-.2c0-.1-.1-.2-.1-.3 0-.2.1-.4.2-.5.2-.2.5-.3.8-.2.1 0 .2.1.2.2.1.1.2.3.2.5 0 .1 0 .2-.1.3 0 .1-.1.2-.2.2s-.1.1-.2.2z", "key": "2d3126169ba22df5f8ac36dbd0362ac5fc7eafd8", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { ErrorCircle as default };
//# sourceMappingURL=ErrorCircle.js.map