UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 410 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCss3Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2.8 14h2.04l-.545 2.724 5.744 2.155 7.228-2.41L18.36 11H3.4l.4-2h14.96l.8-4H4.6L5 3h17l-3 15-9 3-8-3z" }) })); const Memo = memo(SvgCss3Line); export default Memo;