@icongo/li
Version:
LibreICONS Icons
22 lines • 870 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiPin = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#b0bec5",
d: "M6.421 8.521 2.18 12.764 1 13l.235-1.178L5.48 7.579z"
}), /*#__PURE__*/_jsx("path", {
fill: "#d84315",
d: "M6 5.678 10.333 2 12 3.667 8.357 8.035z"
}), /*#__PURE__*/_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"
})]
}));
export { LIGuiPin };