@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 740 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function TranscriptIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "transcript", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M4 3.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5v13c0 .3-.2.5-.5.5H9.3l-4.5 3.4c-.3.2-.8 0-.8-.4v-4.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5V17l2.7-2H18V5H6v6h8V9H8.5c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v5c0 .3-.2.5-.5.5h-11c-.3 0-.5-.2-.5-.5v-9Z", clipRule: "evenodd" }) });
}
exports.default = TranscriptIcon;