iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 723 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 Castro = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0zm-.002 13.991a2.052 2.052 0 110-4.105 2.052 2.052 0 010 4.105zm4.995 4.853l-2.012-2.791a5.084 5.084 0 10-5.982.012l-2.014 2.793A8.526 8.526 0 0111.979 3.42a8.526 8.526 0 018.526 8.526 8.511 8.511 0 01-3.512 6.898z" }));
exports.default = Castro;