@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.23 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatWithLineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.76924 3.75C5.60093 3.75 5.43952 3.81686 5.3205 3.93587C5.20149 4.05489 5.13463 4.2163 5.13463 4.38461V16.8461C5.13463 16.9268 5.12163 17.0068 5.09614 17.0833L4.14358 19.941L8.35657 18.8878C8.41606 18.8729 8.47715 18.8654 8.53847 18.8654H19.6154C19.7837 18.8654 19.9451 18.7985 20.0641 18.6795C20.1831 18.5605 20.25 18.3991 20.25 18.2308V4.38461C20.25 4.2163 20.1831 4.05489 20.0641 3.93587C19.9451 3.81686 19.7837 3.75 19.6154 3.75H5.76924ZM4.25984 2.87521C4.66016 2.4749 5.20311 2.25 5.76924 2.25H19.6154C20.1815 2.25 20.7245 2.4749 21.1248 2.87521C21.5251 3.27553 21.75 3.81848 21.75 4.38461V18.2308C21.75 18.7969 21.5251 19.3398 21.1248 19.7402C20.7245 20.1405 20.1815 20.3654 19.6154 20.3654H8.63081L3.18192 21.7276C2.91635 21.794 2.63571 21.7104 2.44972 21.5096C2.26373 21.3087 2.20194 21.0225 2.2885 20.7628L3.63463 16.7244V4.38461C3.63463 3.81848 3.85953 3.27553 4.25984 2.87521ZM10.1891 11.8218C10.0054 11.8903 9.79786 12.0245 9.57373 12.2907C9.30695 12.6076 8.83381 12.6482 8.51696 12.3814C8.2001 12.1146 8.15951 11.6415 8.4263 11.3246C8.79111 10.8913 9.20408 10.5884 9.66453 10.4165C10.1235 10.2452 10.584 10.2211 11.0197 10.2768C11.8278 10.3802 12.6382 10.7768 13.3105 11.1059C13.3298 11.1153 13.3489 11.1246 13.368 11.134C14.1149 11.4992 14.7115 11.7821 15.2475 11.8507C15.4954 11.8824 15.7027 11.8627 15.8878 11.7936C16.0715 11.725 16.2791 11.5908 16.5032 11.3246C16.77 11.0078 17.2431 10.9672 17.56 11.234C17.8768 11.5007 17.9174 11.9739 17.6507 12.2907C17.2858 12.724 16.8729 13.027 16.4124 13.1989C15.9534 13.3702 15.4929 13.3943 15.0572 13.3386C14.2491 13.2352 13.4387 12.8386 12.7664 12.5095C12.7471 12.5001 12.728 12.4907 12.709 12.4814C11.962 12.1161 11.3654 11.8333 10.8294 11.7647C10.5815 11.733 10.3742 11.7527 10.1891 11.8218Z", fill: "currentColor" }))); });
ChatWithLineMIcon.displayName = 'ChatWithLineMIcon';