dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 558 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgPushpinLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m13.827 1.69 8.486 8.485-1.415 1.414-.707-.707-4.242 4.243-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.243 1.414-1.414 3.536-.707 4.242-4.243-.707-.707zm.707 3.536-4.67 4.67-2.822.565 6.5 6.5.564-2.822 4.671-4.67z" }) }));
const Memo = memo(SvgPushpinLine);
export default Memo;