iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.28 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 Lineicons = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.496 7.558a.925.925 0 00-.88-.245.918.918 0 00-.671.625l-3.9 12.143a.928.928 0 001.17 1.17l12.152-3.9a.952.952 0 00.626-.67.925.925 0 00-.245-.88L7.496 7.558zM4.376 18.93l2.875-8.97 6.094 6.095-8.969 2.875zM12.502 9.57a.937.937 0 00.925.817c.407 0 .821-.093 1.224-.145a2.358 2.358 0 002.05-2.34v-.29a.495.495 0 01.49-.49h1.541a.933.933 0 00.934-.934.933.933 0 00-.934-.934H17.19a2.354 2.354 0 00-2.349 2.358v.29a.481.481 0 01-.426.48l-1.106.146a.937.937 0 00-.807 1.042zM21.634 10.877c-2.358-1.805-4.907-.209-5.931.888a.931.931 0 00.045 1.315.93.93 0 001.315-.036c.072-.082 1.84-1.913 3.437-.69a.927.927 0 001.306-.171.927.927 0 00-.172-1.306zM11.422 7.612c1.043-.798 2.095-2.666.726-4.525a.93.93 0 00-1.306-.2.93.93 0 00-.2 1.306c.717.97-.1 1.741-.362 1.95a.936.936 0 00-.173 1.306c.32.415.906.465 1.315.163z", fill: "#323544" }));
exports.default = Lineicons;