UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 971 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var NewsMIcon = 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: "M2.998 4.665A1.42 1.42 0 0 1 4 4.25h12.667a1.417 1.417 0 0 1 1.416 1.417v11.666a.917.917 0 1 0 1.834 0V8.667a.75.75 0 0 1 1.5 0v8.666A2.417 2.417 0 0 1 19 19.75H4.667a2.083 2.083 0 0 1-2.084-2.083v-12c0-.376.15-.736.415-1.002M16.764 18.25c-.118-.288-.18-.6-.18-.917V5.75h-12.5v11.917a.583.583 0 0 0 .583.583zM6.584 8.333a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 .75.75v3.334a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1-.75-.75zm1.5.75v1.834h4.5V9.083zm-1.5 6.584a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); NewsMIcon.displayName = 'NewsMIcon';