UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.12 kB
"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 Compass = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-compass", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 3.34A10 10 0 112 12l.005-.324A10 10 0 0117 3.34zM12 18a1 1 0 100 2 1 1 0 000-2zm3.684-10.949l-6 2a1 1 0 00-.633.633L7.044 15.71l-.023.086-.017.113-.004.068v.044l.009.111.012.07.04.144.045.1.054.095.064.09.069.075.084.074.098.07.1.054.078.033.105.033.109.02.043.005.068.004h.044l.111-.009.07-.012.02-.006.019-.002.074-.022 6-2a1 1 0 00.633-.633l2-6a1 1 0 00-1.265-1.265zM14.419 9.58l-1.21 3.629-3.629 1.21 1.21-3.629 3.629-1.21zM5 11a1 1 0 100 2 1 1 0 000-2zm14 0a1 1 0 100 2 1 1 0 000-2zm-7-7a1 1 0 100 2 1 1 0 000-2z" })); exports.default = Compass;