UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

14 lines (10 loc) 578 B
'use strict'; var React = require('react'); var SvgPinMinor = function SvgPinMinor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "m17.7 7-4.7-4.7c-.2-.2-.401-.3-.7-.3-.3 0-.6.1-.701.4l-3.599 4.3c-3.3.1-4.2 1.9-4.3 2.1-.2.4-.2.8.2 1.1l2.4 2.4-4 4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3l4-4 2.399 2.4c.201.2.401.3.701.3.2 0 .299 0 .4-.1.2-.1 1.899-1.1 2.1-4.3l4.299-3.6c.301-.1.401-.4.401-.7 0-.3-.1-.5-.3-.7z" })); }; exports.SvgPinMinor = SvgPinMinor;