UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 983 B
"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 Sync = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.006 8.267L.78 9.5 0 8.73l2.09-2.07.76.01 2.09 2.12-.76.76-1.166-1.18a5 5 0 009.399 1.983l.813.597a6 6 0 01-11.22-2.683zm10.99-.466L11.76 6.55l-.76.76 2.09 2.11.76.01 2.09-2.07-.75-.76-1.194 1.18a6 6 0 00-11.11-2.92l.81.594a5 5 0 019.3 2.346z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = Sync;