@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettingsFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SettingsFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.814 4.509-.144-1.15c-.102-.819-.694-1.515-1.511-1.637a7.4 7.4 0 0 0-2.306.004c-.822.122-1.421.82-1.524 1.644l-.143 1.139a8 8 0 0 0-2.27 1.314l-1.061-.447c-.766-.323-1.67-.153-2.186.498a7.4 7.4 0 0 0-1.157 1.994c-.302.769.005 1.63.663 2.128l.93.704a8 8 0 0 0 .003 2.615l-.925.7c-.662.5-.966 1.368-.661 2.141a7.4 7.4 0 0 0 1.15 1.999c.513.646 1.412.81 2.173.49l1.084-.457c.67.55 1.43.992 2.255 1.302l.145 1.157c.103.824.702 1.521 1.524 1.644a7.4 7.4 0 0 0 2.306.004c.816-.123 1.409-.819 1.511-1.638l.146-1.167a8 8 0 0 0 2.255-1.302l1.084.457c.761.32 1.66.156 2.174-.49a7.4 7.4 0 0 0 1.15-1.999c.304-.773 0-1.64-.662-2.142l-.924-.7a8 8 0 0 0 .002-2.614l.93-.704c.659-.498.965-1.36.663-2.128a7.4 7.4 0 0 0-1.157-1.994c-.517-.65-1.42-.821-2.186-.498l-1.06.447a8 8 0 0 0-2.271-1.314M14.5 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0", clipRule: "evenodd" }))); });
exports.SettingsFilledMIcon.displayName = 'SettingsFilledMIcon';