UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 509 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgSailboatLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 18h18a.5.5 0 0 1 .4.8l-2.1 2.8a1 1 0 0 1-.8.4h-13a1 1 0 0 1-.8-.4l-2.1-2.8A.5.5 0 0 1 3 18m4.161-4H13V6.702zM15 2.425V15a1 1 0 0 1-1 1H4.04a.5.5 0 0 1-.39-.812L14.11 2.113a.5.5 0 0 1 .89.312" }) })); const Memo = memo(SvgSailboatLine); export default Memo;