UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 941 B
"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 CurrentLocationOff = (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-current-location-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M14.685 10.661c-.3-.6-.795-1.086-1.402-1.374m-3.397.584a3 3 0 104.24 4.245" }), React.createElement("path", { d: "M6.357 6.33a8 8 0 1011.301 11.326m1.642-2.378A8 8 0 008.703 4.709M12 2v2M12 20v2M20 12h2M2 12h2M3 3l18 18" })); exports.default = CurrentLocationOff;