UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 424 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLetterSpacing2 = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6.2 14h2.154l1.2-3h4.892l1.2 3H17.8L13 2h-2zM12 4.885 13.646 9h-3.292zM3 16v6h2v-2h14v2h2v-6h-2v2H5v-2z" }) })); const Memo = memo(SvgLetterSpacing2); export default Memo;