@metamask/design-system-react
Version:
Design system react ui components
7 lines • 1 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgSettingFilled = (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: "m9.25 22-.4-3.2a4 4 0 0 1-.612-.3 8 8 0 0 1-.563-.375L4.7 19.375l-2.75-4.75 2.575-1.95a2.4 2.4 0 0 1-.025-.337v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75 2.975 1.25q.276-.2.575-.375c.3-.175.4-.217.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3c.288.175.379.242.562.375l2.975-1.25 2.75 4.75-2.575 1.95q.025.176.025.338v.674q0 .163-.05.338l2.575 1.95-2.75 4.75-2.95-1.25q-.275.2-.575.375c-.3.175-.4.217-.6.3l-.4 3.2zm2.8-6.5q1.45 0 2.475-1.025C15.55 13.45 15.55 12.967 15.55 12s-.342-1.792-1.025-2.475A3.37 3.37 0 0 0 12.05 8.5q-1.474 0-2.487 1.025T8.55 12c0 1.45.338 1.792 1.013 2.475S11.067 15.5 12.05 15.5" }));
const ForwardRef = forwardRef(SvgSettingFilled);
export default ForwardRef;
//# sourceMappingURL=SettingFilled.mjs.map