iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 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 Highlights = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M19 7c1.105.003 2 .899 2 2.006v9.988A2.005 2.005 0 0 1 18.994 21H9.006A2.005 2.005 0 0 1 7 19h11c.555 0 1-.448 1-1V7zM3 5.006C3 3.898 3.897 3 5.006 3h9.988C16.102 3 17 3.897 17 5.006v9.988A2.005 2.005 0 0 1 14.994 17H5.006A2.005 2.005 0 0 1 3 14.994V5.006zM5 5v10h10V5H5z", fillRule: "nonzero" }),
React.createElement("path", { d: "M9.577 6.77l-.814 1.743-1.867.287a.473.473 0 0 0-.263.794l1.365 1.405-.317 1.955a.465.465 0 0 0 .686.487L10 12.535l1.633.906a.465.465 0 0 0 .686-.487l-.317-1.955 1.364-1.405a.47.47 0 0 0-.263-.794l-1.866-.287-.815-1.743A.468.468 0 0 0 10 6.5c-.175 0-.343.1-.423.27z" })));
exports.default = Highlights;