@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntentsSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.IntentsSIcon = (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: "M0 3.664v8.83c0 .715.734 1.21 1.417.998C2.209 13.244 3.197 13 4 13c1.221 0 2.867.565 3.609.846.251.095.53.095.782 0C9.133 13.565 10.78 13 12 13c.803 0 1.79.245 2.583.492.683.213 1.417-.283 1.417-.998v-8.83a.95.95 0 0 0-.619-.903C14.566 2.465 13.108 2 12 2c-1.221 0-2.867.565-3.609.846a1.1 1.1 0 0 1-.782 0C6.867 2.565 5.22 2 4 2c-1.108 0-2.566.465-3.381.761A.95.95 0 0 0 0 3.664m1.5 8.24c.752-.21 1.666-.404 2.5-.404 1.085 0 2.349.336 3.25.63V4.307a3 3 0 0 1-.172-.058C6.316 3.96 4.91 3.499 4 3.499c-.7 0-1.709.276-2.5.543zm13 0c-.752-.21-1.666-.404-2.5-.404-1.085 0-2.349.336-3.25.63V4.307q.087-.026.172-.058c.762-.288 2.167-.75 3.078-.75.7 0 1.709.276 2.5.543z", clipRule: "evenodd" }))); });
exports.IntentsSIcon.displayName = 'IntentsSIcon';