UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.22 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatWithLineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.77 3.75a.635.635 0 0 0-.635.635v12.461a.8.8 0 0 1-.039.237l-.952 2.858 4.213-1.053a.8.8 0 0 1 .181-.023h11.077a.635.635 0 0 0 .635-.634V4.385a.635.635 0 0 0-.635-.635zm-1.51-.875c.4-.4.943-.625 1.51-.625h13.845a2.135 2.135 0 0 1 2.135 2.135V18.23a2.135 2.135 0 0 1-2.135 2.134H8.631l-5.45 1.363a.75.75 0 0 1-.893-.965l1.347-4.039V4.384c0-.566.225-1.108.625-1.509m5.93 8.947c-.185.068-.392.203-.616.469a.75.75 0 1 1-1.148-.966q.548-.651 1.239-.909a2.8 2.8 0 0 1 1.355-.14c.808.104 1.618.5 2.29.83l.058.028c.747.365 1.343.648 1.88.717.247.031.455.012.64-.057.184-.069.391-.203.615-.47a.75.75 0 0 1 1.148.967q-.547.65-1.239.908a2.8 2.8 0 0 1-1.355.14c-.808-.104-1.618-.5-2.29-.83l-.058-.028c-.747-.365-1.344-.648-1.88-.716a1.3 1.3 0 0 0-.64.057", clipRule: "evenodd" }))); }); ChatWithLineMIcon.displayName = 'ChatWithLineMIcon';