UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NewsMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.NewsMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.99818 4.66493C3.26386 4.39926 3.6242 4.25 3.99992 4.25H16.6666C17.0423 4.25 17.4026 4.39926 17.6683 4.66493C17.934 4.93061 18.0833 5.29095 18.0833 5.66667V17.3333C18.0833 17.5764 18.1798 17.8096 18.3517 17.9815C18.5236 18.1534 18.7568 18.25 18.9999 18.25C19.243 18.25 19.4762 18.1534 19.6481 17.9815C19.82 17.8096 19.9166 17.5764 19.9166 17.3333V8.66667C19.9166 8.25245 20.2524 7.91667 20.6666 7.91667C21.0808 7.91667 21.4166 8.25245 21.4166 8.66667V17.3333C21.4166 17.9743 21.162 18.589 20.7088 19.0422C20.2555 19.4954 19.6409 19.75 18.9999 19.75H4.66659C4.11405 19.75 3.58415 19.5305 3.19345 19.1398C2.80275 18.7491 2.58325 18.2192 2.58325 17.6667V5.66667C2.58325 5.29094 2.73251 4.93061 2.99818 4.66493ZM16.7639 18.25C16.6457 17.9618 16.5833 17.6508 16.5833 17.3333V5.75H4.08325V17.6667C4.08325 17.8214 4.14471 17.9697 4.25411 18.0791C4.3635 18.1885 4.51188 18.25 4.66659 18.25H16.7639ZM6.58322 8.33334C6.58322 7.91913 6.91901 7.58334 7.33322 7.58334H13.3332C13.7474 7.58334 14.0832 7.91913 14.0832 8.33334V11.6667C14.0832 12.0809 13.7474 12.4167 13.3332 12.4167H7.33322C6.91901 12.4167 6.58322 12.0809 6.58322 11.6667V8.33334ZM8.08322 9.08334V10.9167H12.5832V9.08334H8.08322ZM6.58322 15.6667C6.58322 15.2525 6.91901 14.9167 7.33322 14.9167H13.3332C13.7474 14.9167 14.0832 15.2525 14.0832 15.6667C14.0832 16.0809 13.7474 16.4167 13.3332 16.4167H7.33322C6.91901 16.4167 6.58322 16.0809 6.58322 15.6667Z", fill: "currentColor" }))); }); exports.NewsMIcon.displayName = 'NewsMIcon';