iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 kB
JavaScript
;
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 Feedly = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.86 1.989a2.61 2.61 0 00-3.726 0L.768 11.527a2.73 2.73 0 000 3.795l6.684 6.808a2.618 2.618 0 001.74.664h5.613a2.616 2.616 0 001.872-.791l6.554-6.675a2.726 2.726 0 000-3.795l-9.37-9.544zM13.6 19.41l-.935.95a.372.372 0 01-.268.114h-.8a.376.376 0 01-.247-.096l-.954-.97a.39.39 0 010-.542l1.337-1.36a.37.37 0 01.53 0l1.338 1.36a.389.389 0 010 .544zm0-5.711l-3.737 3.808a.374.374 0 01-.268.11h-.8a.376.376 0 01-.25-.092l-.95-.97a.391.391 0 010-.544l4.139-4.214a.372.372 0 01.53 0l1.338 1.362a.386.386 0 010 .54zm0-5.707l-6.54 6.66a.372.372 0 01-.268.113h-.8a.373.373 0 01-.25-.094L4.79 13.7a.388.388 0 010-.54l6.943-7.07a.372.372 0 01.53 0l1.338 1.36a.389.389 0 010 .543z" }));
exports.default = Feedly;