react-oddball-icons
Version:
Odd corporate logos to spice up your website
43 lines • 3.02 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from "react";
var SvgPinAlt = function SvgPinAlt(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 64 64"
}, props), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.712,
d: "M32 9c-8.846 0-16 7.199-16 16.1C16 37.175 32 55 32 55s16-17.825 16-29.9C48 16.199 40.846 9 32 9"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
d: "M31.524 21.5c3.051 0 9.976 6.186 9.976 1s-6.925-2.195-9.976-2.195c-3.05 0-9.024-2.491-9.024 2.695s5.973-1.5 9.024-1.5"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "m42.098 21.49 5-1M21.902 21.49l-5-1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
strokeWidth: 2,
d: "M47.5 30.5s1.088 1.122 1.41 1.924c.126.313.294.663.409 1.06.107.368.268.702.37 1.072.095.341.179.804.37 1.455.219.74.422 1.52.766 2.49.382 1.072 1.06 2.171 1.456 2.71.52.706.983.818 1.38 1.073.29.187.625.281.996.422.358.136.702.268 1.402.358.366.047.976.013 1.25.038.275.026.2.076.122.128-.296.197-.663.382-1.06.6-.693.38-1.009.651-1.43.995-.865.708-1.265.959-1.648 1.24-.39.285-.817.409-2.218.791-.85.233-1.535.18-2.493.194-.433.006-.78-.192-1.139-.294-.43-.123-.892-.356-1.34-.6-.32-.174-1.057-.167-1.61-.014-.387.106-.703.408-1.01.537-.148.062-.433.077-.79.051-.514-.036-.819-.535-1.125-.664a3 3 0 0 0-.549-.14c-.165-.013-1.105-.35-1.519-.426M17.003 31s-1.088 1.122-1.41 1.924c-.126.313-.294.663-.41 1.06-.106.368-.267.702-.37 1.072-.094.341-.178.804-.37 1.455-.218.74-.421 1.52-.765 2.49-.382 1.072-1.06 2.171-1.456 2.71-.52.706-.983.818-1.38 1.073-.29.187-.626.281-.996.422-.358.136-.703.268-1.402.358-.366.047-.976.013-1.25.038-.275.026-.2.076-.122.128.295.197.663.382 1.06.6.692.38 1.008.651 1.43.995.865.708 1.264.959 1.648 1.24.389.285.816.409 2.218.791.85.233 1.535.18 2.493.194.433.006.78-.192 1.139-.294.43-.123.892-.356 1.34-.6.32-.174 1.057-.167 1.61-.014.387.106.702.408 1.01.537.148.062.433.077.79.051.514-.036.818-.535 1.125-.664.153-.05.307-.102.548-.14.166-.013 1.106-.35 1.52-.426"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "m46.248 31.434-14 8M31.752 39.434l-14-8"
}), /*#__PURE__*/React.createElement("path", {
fill: "#000",
d: "M34.017 40.5c0 .952-.896-.862-2-.862s-2 1.814-2 .862.895-1.724 2-1.724 2 .772 2 1.724"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: 32,
cy: 39.5,
fill: "#000",
rx: 1,
ry: 0.5
}));
};
export default SvgPinAlt;