UNPKG

@metamask/design-system-react

Version:
7 lines 1.2 kB
import * as React from "react"; import { forwardRef } from "react"; const SvgPolicyAlert = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props }, React.createElement("path", { d: "M12 22q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v5h-2V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.312.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m9 0q-.424 0-.712-.287C20 21.425 20 21.283 20 21s.096-.52.288-.712S20.717 20 21 20s.52.096.713.288.287.429.287.712-.096.52-.287.713S21.283 22 21 22m-1-4v-6h2v6zm-8-4q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14m0 2q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.063c-.137.512-.23.67-.413.987L18.425 17 17 18.425l-3-2.975q-.45.274-.962.413c-.513.139-.688.137-1.038.137" })); const ForwardRef = forwardRef(SvgPolicyAlert); export default ForwardRef; //# sourceMappingURL=PolicyAlert.mjs.map