UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 496 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFirstAidKitLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M16 1a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4V2a1 1 0 0 1 1-1zm4 6H4v12h16zm-7 2v3h3v2h-3.001L13 17h-2l-.001-3H8v-2h3V9zm2-6H9v2h6z" }) })); const Memo = memo(SvgFirstAidKitLine); export default Memo;