UNPKG

@comfortdelgro/compass-icons

Version:
26 lines (24 loc) 1.52 kB
import * as React from "react"; import { forwardRef } from "react"; const ThumbtackFilled = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 33", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_502_48805)" }, /*#__PURE__*/ React.createElement("path", { d: "M6.00441 2.5C6.00441 1.39375 6.89783 0.5 8.00367 0.5H23.9978C25.1036 0.5 25.997 1.39375 25.997 2.5C25.997 3.60625 25.1036 4.5 23.9978 4.5H22.1547L22.8669 13.7625C25.1598 15.0062 26.9717 17.0875 27.8338 19.6812L27.8963 19.8687C28.1025 20.4812 27.9963 21.15 27.6214 21.6688C27.2466 22.1875 26.6405 22.5 25.997 22.5H6.00441C5.3609 22.5 4.76112 22.1938 4.38001 21.6688C3.9989 21.1438 3.89894 20.475 4.10511 19.8687L4.16759 19.6812C5.02977 17.0875 6.8416 15.0062 9.1345 13.7625L9.84674 4.5H8.00367C6.89783 4.5 6.00441 3.60625 6.00441 2.5ZM14.0015 24.5H18V30.5C18 31.6063 17.1066 32.5 16.0007 32.5C14.8949 32.5 14.0015 31.6063 14.0015 30.5V24.5Z" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_502_48805" }, /*#__PURE__*/ React.createElement("rect", { width: 32, height: 32, fill: "white", transform: "translate(0 0.5)" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(ThumbtackFilled); export default ForwardRef;