@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SupportMIcon = (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: "M11.987 3.75a4.69 4.69 0 0 0-4.775 4.614v6.405a1.44 1.44 0 0 1-1.443 1.443H4.385a2.135 2.135 0 0 1-2.135-2.135v-2.77a2.135 2.135 0 0 1 2.135-2.134h1.327v-.826A6.19 6.19 0 0 1 12 2.25a6.19 6.19 0 0 1 6.288 6.097v.826h1.328a2.135 2.135 0 0 1 2.134 2.135v2.769a2.135 2.135 0 0 1-2.134 2.135h-1.327v.288a3.52 3.52 0 0 1-2.867 3.458 2.48 2.48 0 0 1-2.383 1.792h-2.077a2.48 2.48 0 1 1 0-4.962h2.077a2.48 2.48 0 0 1 2.333 1.64A2.02 2.02 0 0 0 16.79 16.5V8.364a4.69 4.69 0 0 0-4.802-4.614m6.302 10.962v-4.039h1.326a.634.634 0 0 1 .635.635v2.769a.635.635 0 0 1-.634.634zM5.712 10.673H4.385a.634.634 0 0 0-.635.635v2.769a.634.634 0 0 0 .635.634h1.327v-4.038m5.25 7.615a.98.98 0 1 0 0 1.962h2.077a.98.98 0 1 0 0-1.962z", clipRule: "evenodd" }))); });
exports.SupportMIcon.displayName = 'SupportMIcon';