UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 867 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 SyncIgnored = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.468 3.687l-.757-.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 00-7.528-4.113zm4.55 8.889l.784.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.167-1.18a5 5 0 007.005 4.206z", fill: "#C5C5C5" }), React.createElement("path", { fill: "#C5C5C5", d: "M1.123 2.949l.682-.732L13.72 13.328l-.682.732z" })); exports.default = SyncIgnored;