@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.99 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CommentSIcon = 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_135_29869)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.15384 1.75C3.06713 1.75 2.98398 1.78444 2.92266 1.84575C2.86135 1.90706 2.82691 1.99022 2.82691 2.07693V11.7693C2.82691 11.8499 2.81391 11.93 2.78842 12.0064L2.14355 13.9411L5.12579 13.1955C5.18528 13.1806 5.24637 13.1731 5.30769 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.15384ZM1.862 0.785094C2.20462 0.442479 2.66931 0.25 3.15384 0.25H13.9231C14.4076 0.25 14.8723 0.442479 15.2149 0.785094C15.5575 1.12771 15.75 1.5924 15.75 2.07693V12.8462C15.75 13.3307 15.5575 13.7954 15.2149 14.138C14.8723 14.4806 14.4076 14.6731 13.9231 14.6731H5.40002L1.18189 15.7276C0.916324 15.794 0.635683 15.7105 0.449693 15.5096C0.263704 15.3088 0.20191 15.0226 0.288473 14.7629L1.32691 11.6475V2.07693C1.32691 1.59239 1.51939 1.12771 1.862 0.785094ZM5.24998 6C5.24998 5.58579 5.58577 5.25 5.99998 5.25H11C11.4142 5.25 11.75 5.58579 11.75 6C11.75 6.41421 11.4142 6.75 11 6.75H5.99998C5.58577 6.75 5.24998 6.41421 5.24998 6ZM5.24998 9C5.24998 8.58579 5.58577 8.25 5.99998 8.25H9.99998C10.4142 8.25 10.75 8.58579 10.75 9C10.75 9.41421 10.4142 9.75 9.99998 9.75H5.99998C5.58577 9.75 5.24998 9.41421 5.24998 9Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_135_29869" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
CommentSIcon.displayName = 'CommentSIcon';