@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.11 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ParagraphMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H21C21.4142 5.25 21.75 5.58579 21.75 6C21.75 6.41421 21.4142 6.75 21 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H21C21.4142 9.25 21.75 9.58579 21.75 10C21.75 10.4142 21.4142 10.75 21 10.75H3C2.58579 10.75 2.25 10.4142 2.25 10ZM2.25 14C2.25 13.5858 2.58579 13.25 3 13.25H21C21.4142 13.25 21.75 13.5858 21.75 14C21.75 14.4142 21.4142 14.75 21 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14ZM2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H14.6667C15.0809 17.25 15.4167 17.5858 15.4167 18C15.4167 18.4142 15.0809 18.75 14.6667 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18Z", fill: "currentColor" }))); });
ParagraphMIcon.displayName = 'ParagraphMIcon';