UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 947 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Compass2 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 0110.93-4.756L6 6l-2.756 6.43A6.476 6.476 0 011.5 8zm7.643 1.143l-4.001 1.715 1.715-4.001 2.286 2.286zM8 14.5a6.476 6.476 0 01-4.43-1.744L10 10l2.756-6.43A6.5 6.5 0 018 14.5z", key: "k0" }))); }); exports.Compass2.displayName = 'Compass2'; exports.Compass2Dimensions = { height: 16, width: 16 };