UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChatSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.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.785094Z", fill: "currentColor" }))); }); exports.ChatSIcon.displayName = 'ChatSIcon';