@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.14 kB
JavaScript
;
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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.627 1.974c.242-.242.57-.378.911-.378H11.77a1.29 1.29 0 0 1 1.289 1.289v9.423a.596.596 0 1 0 1.192 0v-7a.75.75 0 0 1 1.5 0v7a2.096 2.096 0 0 1-2.096 2.096H2.077A1.827 1.827 0 0 1 .25 12.577V2.885c0-.342.136-.67.377-.911m11.017 10.93a2.1 2.1 0 0 1-.086-.596V3.096H1.75v9.481a.327.327 0 0 0 .327.327zM3.481 5.039a.75.75 0 0 1 .75-.75h4.846a.75.75 0 0 1 .75.75V7.73a.75.75 0 0 1-.75.75H4.231a.75.75 0 0 1-.75-.75zm1.5.75V6.98h3.346V5.789zm-1.5 5.173a.75.75 0 0 1 .75-.75h4.846a.75.75 0 0 1 0 1.5H4.231a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.NewsSIcon.displayName = 'NewsSIcon';