UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 428 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDriveFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m7.94 4.146 3.482 6.03-5.94 10.293L2 14.44zm2.176 10.294H22l-3.482 6.029H6.635zm4.343-1L8.518 3.145h6.964l5.94 10.295z" }) })); const Memo = memo(SvgDriveFill); export default Memo;