UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SettingsMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SettingsMIcon = (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: "M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0m-1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.159 1.722c.816.122 1.409.818 1.511 1.638l.144 1.149c.831.312 1.597.76 2.27 1.314l1.061-.447c.766-.323 1.67-.153 2.186.498.518.651.864 1.25 1.157 1.995.302.768-.005 1.629-.663 2.127l-.93.704a8 8 0 0 1-.002 2.615l.924.7c.662.5.966 1.368.661 2.141a7.4 7.4 0 0 1-1.149 1.999c-.514.646-1.413.81-2.174.49l-1.084-.457a8 8 0 0 1-2.255 1.302l-.146 1.167c-.102.82-.694 1.515-1.511 1.638a7.4 7.4 0 0 1-2.306-.004c-.822-.123-1.421-.82-1.524-1.644l-.145-1.157a8 8 0 0 1-2.255-1.302l-1.084.457c-.76.32-1.66.156-2.174-.49a7.4 7.4 0 0 1-1.15-1.999c-.304-.773 0-1.64.662-2.142l.925-.7a8 8 0 0 1-.003-2.614l-.93-.704c-.658-.498-.965-1.36-.663-2.128A7.4 7.4 0 0 1 3.67 5.874c.517-.65 1.42-.821 2.186-.498l1.06.447A8 8 0 0 1 9.187 4.51L9.33 3.37c.103-.825.702-1.522 1.524-1.644a7.4 7.4 0 0 1 2.306-.004m5.517 5.058a.48.48 0 0 1 .573.145 5.865 5.865 0 0 1 .783 1.344.48.48 0 0 1-.16.568l-1.603 1.213.146.892a6.6 6.6 0 0 1-.002 2.128l-.148.894 1.601 1.212a.48.48 0 0 1 .16.568 5.863 5.863 0 0 1-.773 1.35.48.48 0 0 1-.57.145l-1.863-.786-.7.575a6.5 6.5 0 0 1-1.832 1.058l-.848.32-.25 2.005a.48.48 0 0 1-.412.422 5.9 5.9 0 0 1-1.556-.005.48.48 0 0 1-.412-.424l-.25-1.999-.848-.319a6.5 6.5 0 0 1-1.832-1.058l-.7-.574-1.862.785a.48.48 0 0 1-.572-.145 5.9 5.9 0 0 1-.773-1.35.48.48 0 0 1 .161-.568l1.601-1.212-.148-.894a6.6 6.6 0 0 1-.002-2.128l.146-.892L4.13 8.837a.48.48 0 0 1-.16-.568 5.9 5.9 0 0 1 .782-1.344.48.48 0 0 1 .573-.145l1.845.778.7-.577a6.5 6.5 0 0 1 1.845-1.068l.848-.319.248-1.982a.48.48 0 0 1 .412-.423 5.862 5.862 0 0 1 1.555-.006.48.48 0 0 1 .412.423l.249 1.988.848.319a6.5 6.5 0 0 1 1.845 1.068l.7.577z", clipRule: "evenodd" }))); }); exports.SettingsMIcon.displayName = 'SettingsMIcon';