UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.13 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 ListAdd48 = (_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: "M35 4a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm1 6a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2ZM8.5 10A1.5 1.5 0 0 1 10 8.5h11a1.5 1.5 0 0 1 0 3h-9.5v25h25V27a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 38V10ZM23 24a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm1-7a1 1 0 1 0 0 2h.5a1 1 0 1 0 0-2H24Zm-1 13a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm-5-10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }))); }; exports.default = ListAdd48;