@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ParagraphSIcon = 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: "M1.25 4C1.25 3.58579 1.58579 3.25 2 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H2C1.58579 4.75 1.25 4.41421 1.25 4ZM1.25 6.66667C1.25 6.25245 1.58579 5.91667 2 5.91667H14C14.4142 5.91667 14.75 6.25245 14.75 6.66667C14.75 7.08088 14.4142 7.41667 14 7.41667H2C1.58579 7.41667 1.25 7.08088 1.25 6.66667ZM1.25 9.33333C1.25 8.91912 1.58579 8.58333 2 8.58333H14C14.4142 8.58333 14.75 8.91912 14.75 9.33333C14.75 9.74755 14.4142 10.0833 14 10.0833H2C1.58579 10.0833 1.25 9.74755 1.25 9.33333ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H9.77778C10.192 11.25 10.5278 11.5858 10.5278 12C10.5278 12.4142 10.192 12.75 9.77778 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z", fill: "currentColor" }))); });
ParagraphSIcon.displayName = 'ParagraphSIcon';