iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.01 kB
JavaScript
"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 FileDislike = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-file-dislike", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3 15a1 1 0 011-1h1a1 1 0 011 1v3a1 1 0 01-1 1H4a1 1 0 01-1-1zM6 15a1 1 0 011-1h3.756a1 1 0 01.958.713l1.2 3c.09.303.133.63-.056.884-.188.254-.542.403-.858.403h-2v2.467a1.1 1.1 0 01-2.015.61L6 19v-4zM14 3v4a1 1 0 001 1h4" }),
React.createElement("path", { d: "M5 11V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2h-2.5" }));
exports.default = FileDislike;