@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.05 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatWithLineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.15387 1.75C3.06716 1.75 2.98401 1.78444 2.9227 1.84575C2.86138 1.90706 2.82694 1.99022 2.82694 2.07693V11.7693C2.82694 11.8499 2.81395 11.93 2.78845 12.0064L2.14358 13.9411L5.12582 13.1955C5.18531 13.1806 5.2464 13.1731 5.30772 13.1731H13.9231C14.0098 13.1731 14.093 13.1387 14.1543 13.0774C14.2156 13.016 14.25 12.9329 14.25 12.8462V2.07693C14.25 1.99022 14.2156 1.90706 14.1543 1.84575C14.093 1.78444 14.0098 1.75 13.9231 1.75H3.15387ZM1.86204 0.785094C2.20465 0.442479 2.66934 0.25 3.15387 0.25H13.9231C14.4077 0.25 14.8723 0.442479 15.215 0.785094C15.5576 1.12771 15.75 1.5924 15.75 2.07693V12.8462C15.75 13.3307 15.5576 13.7954 15.215 14.138C14.8723 14.4806 14.4077 14.6731 13.9231 14.6731H5.40005L1.18192 15.7276C0.916354 15.794 0.635714 15.7105 0.449724 15.5096C0.263734 15.3088 0.20194 15.0226 0.288503 14.7629L1.32694 11.6475V2.07693C1.32694 1.59239 1.51942 1.12771 1.86204 0.785094ZM6.67647 7.8167C6.26672 7.77926 5.94992 7.85324 5.65815 8.10076C5.34229 8.36872 4.86901 8.32988 4.60105 8.01402C4.33309 7.69815 4.37192 7.22487 4.68778 6.95691C5.35796 6.38838 6.10617 6.25834 6.81295 6.32292C7.4641 6.38241 8.12238 6.61249 8.67633 6.80611C8.69041 6.81104 8.70443 6.81593 8.71837 6.82081C9.32391 7.03233 9.81678 7.19999 10.2656 7.24099C10.6754 7.27843 10.9922 7.20444 11.284 6.95691C11.5998 6.68895 12.0731 6.72779 12.3411 7.04365C12.609 7.35951 12.5702 7.8328 12.2543 8.10076C11.5841 8.6693 10.8359 8.79934 10.1291 8.73477C9.47797 8.67528 8.81968 8.4452 8.26572 8.25157C8.25165 8.24666 8.23764 8.24176 8.2237 8.23689C7.61816 8.02536 7.1253 7.85771 6.67647 7.8167Z", fill: "currentColor" }))); });
ChatWithLineSIcon.displayName = 'ChatWithLineSIcon';