@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPin = function LIGuiPin(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b0bec5",
d: "M6.421 8.521 2.18 12.764 1 13l.235-1.178L5.48 7.579z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#d84315",
d: "M6 5.678 10.333 2 12 3.667 8.357 8.035z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff5722",
d: "m10.172 1-.472.472a.667.667 0 0 0 0 .942L11.586 4.3c.26.26.682.26.942 0L13 3.828 10.172 1zm-2.465 9.667.472-.472c.65-.65.65-1.706 0-2.357L6.162 5.821a1.667 1.667 0 0 0-2.357 0l-.472.472 4.374 4.374z"
})]
}));
};
exports.LIGuiPin = LIGuiPin;