UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.47 kB
"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 FolderSync = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 18.764H2.11A1.11 1.11 0 0 1 1 17.654V2.111C1 1.496 1.497 1 2.11 1h5.551c.614 0 1.11.497 1.11 1.11v1.11h8.882c.614 0 1.11.497 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zm-.555-14.433H7.661V2.665a.555.555 0 0 0-.555-.555h-4.44a.555.555 0 0 0-.556.555V5.441h14.988a.555.555 0 1 0 0-1.11zm.555 3.33v-1.11H2.11V17.1c0 .307.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V7.661zm-3.885 8.883a.555.555 0 0 1-.555-.556v-1.03c-.808.956-1.98 1.586-3.331 1.586-2.262 0-4.109-1.699-4.385-3.885h1.11a3.324 3.324 0 0 0 3.275 2.775c.973 0 1.82-.443 2.426-1.11h-.76a.555.555 0 0 1 0-1.11h2.618c-.012.046-.034.088-.047.134a.542.542 0 0 1 .142.176l.006.01c.034.072.056.15.056.234v2.22a.555.555 0 0 1-.555.556zM9.882 8.772c-.974 0-1.82.443-2.426 1.11h.76a.555.555 0 1 1 0 1.11H5.599c.012-.046.034-.088.047-.134a.55.55 0 0 1-.142-.177l-.006-.01a.544.544 0 0 1-.056-.233V8.217a.555.555 0 1 1 1.11 0v1.03c.808-.955 1.98-1.586 3.331-1.586 2.262 0 4.11 1.699 4.385 3.887h-1.11a3.325 3.325 0 0 0-3.275-2.776z", fill: "#000", fillRule: "evenodd" })); exports.default = FolderSync;