@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatWithLineSIcon = 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: "M3.154 1.75a.327.327 0 0 0-.327.327v9.692q0 .121-.039.237l-.644 1.935 2.982-.746a.8.8 0 0 1 .182-.022h8.615a.327.327 0 0 0 .327-.327V2.076a.327.327 0 0 0-.327-.326zM1.862.785A1.83 1.83 0 0 1 3.154.25h10.77a1.827 1.827 0 0 1 1.826 1.827v10.77a1.827 1.827 0 0 1-1.827 1.826H5.4l-4.218 1.055a.75.75 0 0 1-.893-.965l1.038-3.115V2.077c0-.485.192-.95.535-1.292m4.814 7.032c-.41-.038-.726.036-1.018.284a.75.75 0 0 1-.97-1.144c.67-.569 1.418-.699 2.125-.634.651.06 1.31.29 1.863.483l.042.015c.606.211 1.099.379 1.548.42.41.037.726-.037 1.018-.284a.75.75 0 1 1 .97 1.144c-.67.568-1.418.698-2.125.634-.651-.06-1.31-.29-1.863-.483l-.042-.015c-.606-.212-1.099-.38-1.548-.42", clipRule: "evenodd" }))); });
ChatWithLineSIcon.displayName = 'ChatWithLineSIcon';