iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 732 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 Nounproject = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.672 8.846H24v6.327h-6.328zM6.328 11.99a3.164 3.164 0 01-3.164 3.163A3.164 3.164 0 010 11.991a3.164 3.164 0 013.164-3.164 3.164 3.164 0 013.164 3.164m5.504 1.142l2.04 2.021 1.142-1.16-2.022-2.003 2.022-2.003-1.142-1.142-2.04 2.003L9.81 8.846 8.649 9.988l2.022 2.003-2.022 2.003 1.16 1.16z" }));
exports.default = Nounproject;