UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 499 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgAlignItemLeftLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 21V3h2v18zm6-6h6v3H9zm-1-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm1-4h10V6H9zM7 5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z" }) })); const Memo = memo(SvgAlignItemLeftLine); export default Memo;