iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 844 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 Near = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.443 0c-.89 0-1.714.46-2.18 1.218l-5.017 7.448a.533.533 0 00.792.7l4.938-4.282a.2.2 0 01.334.151v13.41a.2.2 0 01-.354.128L5.03.905A2.555 2.555 0 003.078 0h-.521A2.557 2.557 0 000 2.557v18.886a2.557 2.557 0 004.736 1.338l5.017-7.448a.533.533 0 00-.792-.7l-4.938 4.283a.2.2 0 01-.333-.152V5.352a.2.2 0 01.354-.128l14.924 17.87c.486.574 1.2.905 1.952.906h.521A2.558 2.558 0 0024 21.445V2.557A2.558 2.558 0 0021.443 0z" }));
exports.default = Near;