UNPKG

sebikostudio-icons

Version:
30 lines 1.18 kB
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 React, { forwardRef } from 'react'; export const SewingPinFilledIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "sewing pin filled, pin, point, location", style: style, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("circle", { cx: "10", cy: "5", r: "2.5", fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M9.75295 16.912L8.24976 7.25H11.458C11.6114 7.25 11.7286 7.38686 11.7051 7.53843L10.247 16.912C10.2031 17.1941 9.79684 17.1941 9.75295 16.912Z", fill: "currentColor" }))); export default SewingPinFilledIcon;