@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.87 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.785085 2.13129C1.1277 1.78867 1.59239 1.59619 2.07692 1.59619H13.9231C14.4076 1.59619 14.8723 1.78867 15.2149 2.13129C15.5575 2.4739 15.75 2.93859 15.75 3.42312V3.67866C15.7502 3.68733 15.7502 3.696 15.75 3.70465V12.577C15.75 13.0615 15.5575 13.5262 15.2149 13.8688C14.8723 14.2114 14.4076 14.4039 13.9231 14.4039H2.07692C1.59239 14.4039 1.1277 14.2114 0.785085 13.8688C0.44247 13.5262 0.249991 13.0615 0.249991 12.577V3.70465C0.249841 3.69599 0.24984 3.68733 0.249991 3.67866V3.42312C0.249991 2.93859 0.44247 2.4739 0.785085 2.13129ZM1.74999 5.01856V12.577C1.74999 12.6637 1.78443 12.7468 1.84574 12.8082C1.90706 12.8695 1.99021 12.9039 2.07692 12.9039H13.9231C14.0098 12.9039 14.093 12.8695 14.1543 12.8082C14.2156 12.7468 14.25 12.6637 14.25 12.577V5.01856L9.06983 8.13375C8.74568 8.32464 8.36732 8.41299 8.00001 8.41299C7.63269 8.41299 7.25436 8.32461 6.9302 8.13372L6.92424 8.13021L1.74999 5.01856ZM14.22 3.28627C14.204 3.25152 14.1818 3.21952 14.1543 3.19195C14.093 3.13064 14.0098 3.09619 13.9231 3.09619H2.07692C1.99021 3.09619 1.90706 3.13064 1.84574 3.19195C1.81817 3.21952 1.79603 3.25152 1.78001 3.28627L7.69346 6.84241C7.75726 6.87935 7.86482 6.91299 8.00001 6.91299C8.13519 6.91299 8.24274 6.87935 8.30655 6.84242L14.22 3.28627Z", fill: "currentColor" }))); });
exports.MessageSIcon.displayName = 'MessageSIcon';