@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Slideshow48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 7a3 3 0 0 1 3-3h34a3 3 0 0 1 .5 5.959V30a1.5 1.5 0 0 1-1.5 1.5H25.5v4.573l9.17 4.585a1.5 1.5 0 1 1-1.34 2.684l-7.83-3.915V41a1.5 1.5 0 0 1-3 0v-1.573l-7.83 3.915a1.5 1.5 0 1 1-1.34-2.684l9.17-4.585V31.5H8A1.5 1.5 0 0 1 6.5 30V9.959A3 3 0 0 1 4 7Zm20 21.5h14.5V10h-29v18.5H24ZM7 6a1 1 0 0 0 0 2h34a1 1 0 1 0 0-2H7Zm15.555 8.168A1 1 0 0 0 21 15v8a1 1 0 0 0 1.555.832l6-4a1 1 0 0 0 0-1.664l-6-4ZM26.197 19 23 21.131V16.87L26.197 19Z" })));
};
exports.default = Slideshow48;