iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 835 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 CrossCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("circle", { fill: "currentColor", cx: "12", cy: "12", r: "10" }),
React.createElement("path", { d: "M13.477 9.113l-4.36 4.386a1 1 0 1 0 1.418 1.41l4.36-4.386a1 1 0 0 0-1.418-1.41z", fill: "inherit" }),
React.createElement("path", { d: "M9.084 10.501l4.358 4.377a1 1 0 1 0 1.418-1.411L10.5 9.09a1 1 0 0 0-1.417 1.411z", fill: "inherit" })));
exports.default = CrossCircle;