iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.28 kB
JavaScript
"use strict";
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 FilePlusCircle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.945 20.5a6.914 6.914 0 001.393 1.5H6.75a2.25 2.25 0 01-2.25-2.25V9.621c0-.596.237-1.169.659-1.59l5.367-5.371A2.25 2.25 0 0112.118 2h5.132a2.25 2.25 0 012.25 2.25v6.128a6.82 6.82 0 00-1.5-.49V4.25a.75.75 0 00-.75-.75h-5.002l.003 3.998A2.25 2.25 0 0110 9.75H6v10c0 .414.336.75.75.75h4.195zM10.75 4.559L7.059 8.25h2.942a.75.75 0 00.75-.75l-.002-2.941z", fill: "#323544" }),
React.createElement("path", { d: "M15.875 15a.75.75 0 011.5 0v.875h.875a.75.75 0 010 1.5h-.875v.875a.75.75 0 11-1.5 0v-.875H15a.75.75 0 010-1.5h.875V15z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 16.625a5.375 5.375 0 1110.75 0 5.375 5.375 0 01-10.75 0zm5.375-3.875a3.875 3.875 0 100 7.75 3.875 3.875 0 000-7.75z", fill: "#323544" }));
exports.default = FilePlusCircle;