UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NewsSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.NewsSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.627382 1.97357C0.869016 1.73194 1.19674 1.59619 1.53846 1.59619H11.7693C12.111 1.59619 12.4387 1.73194 12.6803 1.97357C12.922 2.21521 13.0577 2.54294 13.0577 2.88465V12.3078C13.0577 12.4659 13.1205 12.6175 13.2323 12.7293C13.3441 12.8411 13.4958 12.9039 13.6539 12.9039C13.812 12.9039 13.9636 12.8411 14.0754 12.7293C14.1872 12.6175 14.25 12.4659 14.25 12.3078V5.30774C14.25 4.89352 14.5858 4.55774 15 4.55774C15.4142 4.55774 15.75 4.89352 15.75 5.30774V12.3078C15.75 12.8637 15.5292 13.3969 15.1361 13.79C14.743 14.1831 14.2098 14.4039 13.6539 14.4039H2.07693C1.5924 14.4039 1.12771 14.2114 0.785094 13.8688C0.442479 13.5262 0.25 13.0615 0.25 12.577V2.88465C0.25 2.54293 0.385748 2.21521 0.627382 1.97357ZM11.6443 12.9039C11.5874 12.7121 11.5577 12.5115 11.5577 12.3078V3.09619H1.75V12.577C1.75 12.6637 1.78444 12.7468 1.84575 12.8082C1.90706 12.8695 1.99022 12.9039 2.07693 12.9039H11.6443ZM3.48079 5.03854C3.48079 4.62432 3.81658 4.28854 4.23079 4.28854H9.07696C9.49117 4.28854 9.82696 4.62432 9.82696 5.03854V7.73085C9.82696 8.14507 9.49117 8.48085 9.07696 8.48085H4.23079C3.81658 8.48085 3.48079 8.14507 3.48079 7.73085V5.03854ZM4.98079 5.78854V6.98085H8.32696V5.78854H4.98079ZM3.48079 10.9616C3.48079 10.5474 3.81658 10.2116 4.23079 10.2116H9.07696C9.49117 10.2116 9.82696 10.5474 9.82696 10.9616C9.82696 11.3758 9.49117 11.7116 9.07696 11.7116H4.23079C3.81658 11.7116 3.48079 11.3758 3.48079 10.9616Z", fill: "currentColor" }))); }); exports.NewsSIcon.displayName = 'NewsSIcon';