@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.23 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CommentSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#CommentSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.154 1.75a.327.327 0 0 0-.327.327v9.692a.8.8 0 0 1-.039.237l-.644 1.935 2.982-.746a.8.8 0 0 1 .182-.022h8.615a.327.327 0 0 0 .327-.327V2.076a.327.327 0 0 0-.327-.326zM1.862.785A1.83 1.83 0 0 1 3.154.25h10.77a1.827 1.827 0 0 1 1.826 1.827v10.77a1.827 1.827 0 0 1-1.827 1.826H5.4l-4.218 1.055a.75.75 0 0 1-.894-.965l1.039-3.115V2.077c0-.485.192-.95.535-1.292M5.25 6A.75.75 0 0 1 6 5.25h5a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 6m0 3A.75.75 0 0 1 6 8.25h4a.75.75 0 1 1 0 1.5H6A.75.75 0 0 1 5.25 9", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "CommentSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
CommentSIcon.displayName = 'CommentSIcon';