UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 523 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFolderShield2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 10H12v7.382c0 1.409.632 2.734 1.705 3.618H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1zm-8 2h8v5.382c0 .897-.446 1.734-1.187 2.23L18 21.499l-2.812-1.885A2.68 2.68 0 0 1 14 17.383z" }) })); const Memo = memo(SvgFolderShield2Fill); export default Memo;