@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.87 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatMessageFilledSIcon = 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("g", { clipPath: "url(#clip0_136_29930)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5556 2.97682C12.896 2.2503 12.1002 1.66092 11.2135 1.24234C9.76039 0.540517 8.11959 0.328894 6.53642 0.639232C4.95248 0.94972 3.51164 1.76593 2.4294 2.96548C1.34717 4.16502 0.681702 5.6834 0.532346 7.29338C0.390607 8.82125 0.72089 10.3539 1.47539 11.6847L0.563762 14.1186C0.501745 14.2842 0.484578 14.4632 0.513971 14.6375C0.543367 14.8118 0.61831 14.9753 0.731303 15.1114C0.844304 15.2475 0.991349 15.3512 1.15756 15.412C1.32378 15.4729 1.50316 15.4885 1.6774 15.4573L1.67849 15.4571L4.99789 14.8552C6.75506 15.6377 8.74814 15.7116 10.5612 15.0573C11.4842 14.7242 12.3326 14.2122 13.0581 13.5505C13.7835 12.8889 14.3718 12.0905 14.7893 11.2011C15.2069 10.3117 15.4455 9.34865 15.4917 8.36687C15.5379 7.38509 15.3907 6.40379 15.0585 5.47899C14.7263 4.55417 14.2157 3.70393 13.5556 2.97682ZM4.25 6.5C4.25 6.08579 4.58579 5.75 5 5.75H11C11.4142 5.75 11.75 6.08579 11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25H5C4.58579 7.25 4.25 6.91421 4.25 6.5ZM4.25 9.5C4.25 9.08579 4.58579 8.75 5 8.75H9C9.41421 8.75 9.75 9.08579 9.75 9.5C9.75 9.91421 9.41421 10.25 9 10.25H5C4.58579 10.25 4.25 9.91421 4.25 9.5Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_136_29930" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
ChatMessageFilledSIcon.displayName = 'ChatMessageFilledSIcon';