styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.24 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Compasses2 = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M16.33 13.5A6.988 6.988 0 0019 8h2a8.987 8.987 0 01-3.662 7.246l2.528 4.378a2 2 0 01-.732 2.732l-3.527-6.108A8.97 8.97 0 0112 17a8.97 8.97 0 01-3.607-.752l-3.527 6.108a2 2 0 01-.732-2.732l5.063-8.77A4.002 4.002 0 0111 4.126V2h2v2.126a4.002 4.002 0 011.803 6.728L16.33 13.5zm-1.73 1.002l-1.528-2.647a4.004 4.004 0 01-2.142 0l-1.528 2.647a6.99 6.99 0 002.599.498c.918 0 1.795-.177 2.599-.498zM12 9a1 1 0 100-2 1 1 0 000 2z", key: "k1" })));
});
exports.Compasses2.displayName = 'Compasses2';
exports.Compasses2Dimensions = { height: 24, width: 24 };
;