@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MessageSIcon = (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: "M.785 2.131a1.83 1.83 0 0 1 1.292-.535h11.846a1.827 1.827 0 0 1 1.827 1.827v9.154a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 12.577V3.423c0-.484.192-.95.535-1.292M1.75 5.02v7.558a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V5.019L9.07 8.134A2.1 2.1 0 0 1 8 8.413a2.1 2.1 0 0 1-1.07-.28l-.006-.003zm12.47-1.733a.33.33 0 0 0-.297-.19H2.077a.33.33 0 0 0-.297.19l5.913 3.556A.63.63 0 0 0 8 6.913a.63.63 0 0 0 .307-.07z", clipRule: "evenodd" }))); });
exports.MessageSIcon.displayName = 'MessageSIcon';