UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 882 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapPinFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.677 15.159.004.003.001.001c.27.21.651.21.922 0l.001-.001.004-.003.013-.01.047-.038.172-.14a23.48 23.48 0 0 0 2.43-2.327c.665-.738 1.346-1.604 1.865-2.526.514-.915.9-1.938.9-2.975 0-3.215-2.678-5.893-5.893-5.893-3.216 0-5.893 2.678-5.893 5.893 0 1.037.385 2.06.9 2.975.518.922 1.2 1.788 1.864 2.527a23.5 23.5 0 0 0 2.603 2.466l.047.038zM6.4 5.4a2.464 2.464 0 1 1 3.485 3.485A2.464 2.464 0 0 1 6.4 5.4", clipRule: "evenodd" }))); }); MapPinFilledSIcon.displayName = 'MapPinFilledSIcon';