iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 935 B
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 Svg1f4ce = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M59.6 23.8c-.8-.8-2-.8-2.8 0L23.9 56.7l-.4.4c-3.8 3.8-10.1 3.8-13.9 0-3.8-3.8-3.8-10.1 0-13.9L47.2 5.7c2.3-2.3 6.1-2.3 8.4 0 2.2 2.2 2.3 5.8.2 8.2L22.9 46.7c-.8.8-2 .8-2.8 0-.8-.8-.8-2-.1-2.8 0 0 28-28.1 28.5-28.5.8-.8.8-2 0-2.8-.8-.8-2-.7-2.7.1-.6.6-28.1 28-28.4 28.4-.7.7-1.2 1.6-1.6 2.5-.4 1.1-.3 2.4 0 3.5.5 1.4 1.3 2.5 2.6 3.2 2.3 1.4 5.4 1 7.3-.8l32.7-32.7c3.8-3.8 3.8-10.1 0-14-3.8-3.8-10.1-3.8-14 0L6.8 40.5c-5.4 5.4-5.4 14.1 0 19.5s14.1 5.4 19.5 0l33.4-33.4c.7-.8.7-2-.1-2.8", fill: "#94989b" }));
exports.default = Svg1f4ce;