UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 587 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFileShieldFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21 7v13.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2h11.999zM8 8v5.6c0 .85.446 1.643 1.187 2.114L12 17.5l2.813-1.786A2.51 2.51 0 0 0 16 13.6V8zm2 2h4v3.6c0 .158-.09.318-.26.425L12 15.131l-1.74-1.106c-.17-.107-.26-.267-.26-.425z" }) })); const Memo = memo(SvgFileShieldFill); export default Memo;