UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 981 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 Location = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.833 2.688A4.056 4.056 0 008.02 1.5h-.04a4.056 4.056 0 00-4 4c-.013.75.198 1.487.606 2.117L7.734 14h.533l3.147-6.383c.409-.63.62-1.367.606-2.117a4.055 4.055 0 00-1.187-2.812zM7.924 2.5l.082.01.074-.01a3.075 3.075 0 012.941 3.037 2.74 2.74 0 01-.467 1.568l-.02.034-.017.035L8 12.279l-2.517-5.1-.017-.039-.02-.034a2.741 2.741 0 01-.467-1.568A3.074 3.074 0 017.924 2.5zm.612 2.169a1 1 0 10-1.111 1.663 1 1 0 001.11-1.663zm-1.667-.832a2 2 0 112.222 3.326A2 2 0 016.87 3.837z", fill: "#424242" })); exports.default = Location;