iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 663 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 Archicad = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.59 16.322a1.41 1.41 0 110-2.82 1.41 1.41 0 010 2.82zM.15 19.827a1.41 1.41 0 002.52 1.268S10.52 5.083 16.926 4.946c4.23-.09 4.232 5.642 4.232 5.642a1.41 1.41 0 102.82 0s.057-8.381-7.02-8.457C8.764 1.871.152 19.827.152 19.827z" }));
exports.default = Archicad;