UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 498 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBreadLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 3a4 4 0 0 0-2 7.465V19a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-8.535A4 4 0 0 0 19 3zm2 17a1 1 0 0 1-1-1V9.122l-.667-.236A2.001 2.001 0 0 1 6 5h13a2 2 0 0 1 .667 3.886L19 9.122V19a1 1 0 0 1-1 1z" }) })); const Memo = memo(SvgBreadLine); export default Memo;