UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.09 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 SyncIgnored = (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)", fill: "#424242" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.469 3.687l-.758-.706a6 6 0 019.285 4.799L15.19 6.6l.75.76-2.09 2.07-.76-.01L11 7.31l.76-.76 1.236 1.25A5 5 0 005.47 3.688zm4.55 8.889l.783.73a6 6 0 01-8.796-5.04L.78 9.5 0 8.73l2.09-2.07.76.01 2.09 2.12-.76.76-1.166-1.18a5 5 0 007.004 4.206z" }), React.createElement("path", { d: "M1.123 2.949l.682-.732L13.72 13.33l-.682.731z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = SyncIgnored;