@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettingsSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SettingsSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.586.715h.828a1.755 1.755 0 0 1 1.633 1.122l.336.87 1.01.58.94-.142a1.76 1.76 0 0 1 1.755.86l.002.003.4.7a1.76 1.76 0 0 1-.14 1.977l-.573.73V8.58l.59.732a1.755 1.755 0 0 1 .144 1.98l-.4.7-.003.003a1.755 1.755 0 0 1-1.755.86l-.012-.002-.927-.141-1.01.582-.337.867a1.76 1.76 0 0 1-1.633 1.124h-.848a1.755 1.755 0 0 1-1.633-1.123l-.336-.869-1.01-.581-.94.143a1.75 1.75 0 0 1-1.755-.86l-.002-.004-.4-.7a1.755 1.755 0 0 1 .14-1.977l.573-.729V7.42l-.59-.732a1.755 1.755 0 0 1-.144-1.98l.403-.703a1.755 1.755 0 0 1 1.755-.86l.012.001.93.142 1.029-.584.335-.866A1.76 1.76 0 0 1 7.586.715m.003 1.5a.255.255 0 0 0-.237.163L6.92 3.495a.75.75 0 0 1-.33.382l-1.487.844a.75.75 0 0 1-.484.09l-1.178-.18a.26.26 0 0 0-.25.124l-.406.71a.255.255 0 0 0 .02.287l.752.933a.75.75 0 0 1 .166.47v1.69a.75.75 0 0 1-.16.463l-.737.939a.255.255 0 0 0-.02.289l.004.007.4.7v.002a.26.26 0 0 0 .251.124l1.178-.18a.75.75 0 0 1 .488.092l1.467.844a.75.75 0 0 1 .326.38l.432 1.116a.26.26 0 0 0 .237.164h.842a.255.255 0 0 0 .237-.164l.432-1.116a.75.75 0 0 1 .326-.38l1.467-.844a.75.75 0 0 1 .487-.091l1.179.18a.26.26 0 0 0 .251-.126l.405-.709a.255.255 0 0 0-.02-.287v-.001l-.752-.932a.75.75 0 0 1-.166-.47v-1.69a.75.75 0 0 1 .16-.463l.737-.939a.255.255 0 0 0 .02-.289l-.004-.008-.4-.7a.26.26 0 0 0-.251-.125l-1.179.18a.75.75 0 0 1-.487-.092l-1.468-.845a.75.75 0 0 1-.325-.379L8.648 2.38a.26.26 0 0 0-.237-.164zM6.048 6.048a2.76 2.76 0 1 1 3.904 3.904 2.76 2.76 0 0 1-3.904-3.904M8 6.739a1.26 1.26 0 1 0 0 2.522 1.26 1.26 0 0 0 0-2.522", clipRule: "evenodd" }))); });
exports.SettingsSIcon.displayName = 'SettingsSIcon';