iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.11 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 Svg1f517 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M36.1 41.5c1.2 1.2 1.3 3 .2 4.1L18.7 63.3c-1.1 1.1-2.9.9-4.1-.2L1 49.4c-1.2-1.2-1.3-3-.2-4.1l17.7-17.7c1.1-1.1 2.9-.9 4.1.2 1.2 1.2 1.3 3 .2 4.1L8.9 45.8c-1.1 1.1-.9 2.9.2 4.1l5 5c1.2 1.2 3 1.3 4.1.2L32 41.3c1.1-1.1 3-1 4.1.2M63 14.6c1.2 1.2 1.3 3 .2 4.1L45.6 36.4c-1.1 1.1-2.9.9-4.1-.2-1.2-1.2-1.3-3-.2-4.1l13.8-13.8c1.1-1.1.9-2.9-.2-4.1l-5-5c-1.2-1.2-3-1.3-4.1-.2L31.9 22.7c-1.1 1.1-2.9.9-4.1-.2-1.2-1.2-1.3-3-.2-4.1L45.3.7c1.1-1.1 2.9-.9 4.1.2L63 14.6" }),
React.createElement("path", { d: "M44.5 19.5c1.2 1.2 1.3 3 .2 4.1L23.6 44.7c-1.1 1.1-2.9.9-4.1-.2-1.2-1.2-1.3-3-.2-4.1l21.1-21.1c1.1-1.1 2.9-1 4.1.2" })));
exports.default = Svg1f517;