iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.13 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 Highlighter2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.059 4.002A2.25 2.25 0 0111.295 2h1.46a2.25 2.25 0 012.237 2.002l1.158 10.423a2.25 2.25 0 01-.582 1.773l-.397.432a.75.75 0 00-.186.37l-.375 2.002a.76.76 0 01-.747.62h-.167v.937a.75.75 0 01-.486.702l-1.843.691a.75.75 0 01-1.013-.702v-1.628h-.16a.76.76 0 01-.747-.62l-.374-1.993a.75.75 0 00-.185-.37l-.406-.441a2.25 2.25 0 01-.582-1.773L9.06 4.002zm2.236-.502a.75.75 0 00-.745.667l-.931 8.378h4.813L13.5 4.167a.75.75 0 00-.745-.667h-1.461zm3.303 10.545H9.452l-.06.546a.75.75 0 00.193.59l.406.441c.286.31.479.695.557 1.11l.26 1.39h2.44l.263-1.399c.078-.415.27-.8.557-1.11l.397-.431a.75.75 0 00.194-.591l-.06-.546z", fill: "#323544" }));
exports.default = Highlighter2;