UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

25 lines 2.09 kB
const React = require("react"); function Marker06Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#000", d: "m12 14.4-.656.755a1 1 0 0 0 1.312 0zm-5.127.854a1 1 0 1 0-.546-1.924zm10.8-1.924a1 1 0 0 0-.546 1.924zM15.8 7.096c0 .544-.215 1.22-.63 1.986-.406.752-.962 1.51-1.537 2.198a24 24 0 0 1-2.28 2.357l-.008.007-.002.002.657.754.656.754.002-.001.004-.003.012-.011a8 8 0 0 0 .208-.187 25.725 25.725 0 0 0 2.285-2.389c.624-.746 1.27-1.618 1.762-2.53.486-.897.87-1.917.87-2.937zM12 14.4l.656-.754-.001-.002-.008-.007a7 7 0 0 1-.178-.16 23.692 23.692 0 0 1-2.102-2.197c-.576-.688-1.13-1.446-1.538-2.198-.414-.766-.63-1.442-.63-1.986h-2c0 1.02.386 2.04.871 2.938.494.91 1.138 1.783 1.763 2.53a26 26 0 0 0 2.492 2.575l.013.01.004.004.001.001zM8.2 7.096C8.2 5.076 9.88 3.4 12 3.4v-2c-3.183 0-5.8 2.53-5.8 5.696zM12 3.4c2.12 0 3.8 1.675 3.8 3.696h2C17.8 3.929 15.182 1.4 12 1.4zm8.6 14.2c0 .204-.095.489-.456.845-.365.359-.944.729-1.74 1.06-1.589.662-3.852 1.095-6.404 1.095v2c2.75 0 5.287-.463 7.173-1.248.94-.393 1.768-.885 2.374-1.483.61-.6 1.053-1.368 1.053-2.269zm-8.6 3c-2.552 0-4.815-.433-6.404-1.095-.796-.331-1.375-.701-1.74-1.06-.361-.356-.456-.641-.456-.845h-2c0 .9.442 1.668 1.053 2.27.606.597 1.433 1.09 2.374 1.482C6.713 22.137 9.25 22.6 12 22.6zm-8.6-3c0-.251.15-.638.76-1.107.598-.462 1.519-.9 2.713-1.239l-.546-1.924c-1.341.381-2.52.91-3.388 1.579-.858.66-1.54 1.567-1.54 2.691zm13.727-2.346c1.194.34 2.114.777 2.713 1.239.609.469.76.856.76 1.107h2c0-1.124-.681-2.03-1.539-2.691-.867-.67-2.047-1.198-3.388-1.579z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Marker06Icon); module.exports = ForwardRef;