@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DarkSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DarkSIcon = (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: "M4.601 2.51A8.13 8.13 0 0 1 10.246.25h.009a8.3 8.3 0 0 1 2.99.592.75.75 0 0 1 .093 1.348 6.9 6.9 0 0 0-2.528 2.473 6.6 6.6 0 0 0-.928 3.336 6.6 6.6 0 0 0 .941 3.342 6.9 6.9 0 0 0 2.545 2.467.75.75 0 0 1-.09 1.35 8.3 8.3 0 0 1-3.027.592h-.005a8.13 8.13 0 0 1-5.645-2.26A7.63 7.63 0 0 1 2.25 8c0-2.064.849-4.038 2.351-5.49m5.641-.76a6.63 6.63 0 0 0-4.599 1.84A6.13 6.13 0 0 0 3.75 8c0 1.65.678 3.236 1.894 4.41a6.63 6.63 0 0 0 5.63 1.755 8.4 8.4 0 0 1-1.738-2.054 8.1 8.1 0 0 1-1.154-4.106v-.008a8.1 8.1 0 0 1 1.138-4.1 8.4 8.4 0 0 1 1.73-2.06 7 7 0 0 0-1.008-.087", clipRule: "evenodd" }))); });
exports.DarkSIcon.displayName = 'DarkSIcon';