@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 905 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MessageSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.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" }))); });
MessageSIcon.displayName = 'MessageSIcon';