UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 904 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DocumentMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.455 3.857a.64.64 0 0 0-.438.17.5.5 0 0 0-.16.358v15.23c0 .126.052.256.16.359.11.104.266.169.438.169h13.09a.64.64 0 0 0 .438-.17.5.5 0 0 0 .16-.358V9.857H14A.857.857 0 0 1 13.143 9V3.857zm0-1.714c-.6 0-1.184.226-1.62.642a2.2 2.2 0 0 0-.692 1.6v15.23c0 .609.254 1.184.692 1.6a2.35 2.35 0 0 0 1.62.642h13.09c.6 0 1.183-.226 1.62-.642s.692-.991.692-1.6V7.846a.86.86 0 0 0-.266-.62L15.5 2.378a.86.86 0 0 0-.59-.236zm9.402 1.99v4.01h4.212z", clipRule: "evenodd" }))); }); DocumentMIcon.displayName = 'DocumentMIcon';