UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.07 kB
'use strict'; 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 Data48 = (_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: "M34 4.5a1.5 1.5 0 0 0 0 3h4.379L24 21.879l-6.94-6.94a1.5 1.5 0 0 0-2.12 0l-10 10a1.5 1.5 0 0 0 2.12 2.122L16 18.12l6.94 6.94a1.5 1.5 0 0 0 2.12 0L40.5 9.62V14a1.5 1.5 0 0 0 3 0V6A1.5 1.5 0 0 0 42 4.5h-8ZM43.5 22a1.5 1.5 0 0 0-3 0v20a1.5 1.5 0 0 0 3 0V22Zm-9 4a1.5 1.5 0 0 0-3 0v16a1.5 1.5 0 0 0 3 0V26Zm-18 2a1.5 1.5 0 0 0-3 0v14a1.5 1.5 0 0 0 3 0V28Zm9 14V32a1.5 1.5 0 0 0-3 0v10a1.5 1.5 0 0 0 3 0Zm-18-8a1.5 1.5 0 0 0-3 0v8a1.5 1.5 0 0 0 3 0v-8Z" }))); }; exports.default = Data48;