UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.36 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 ListAdd64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M46.667 5.667C40.223 5.667 35 10.89 35 17.333 35 23.777 40.223 29 46.667 29c6.443 0 11.666-5.223 11.666-11.667 0-6.443-5.223-11.666-11.666-11.666Zm1 7.666a1 1 0 0 0-2 0v3h-3a1 1 0 0 0 0 2h3v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3v-3Zm-35.834 0a1.5 1.5 0 0 1 1.5-1.5H28a1.5 1.5 0 0 1 0 3H14.833v34.334h34.334V36a1.5 1.5 0 1 1 3 0v14.667a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V13.333ZM31 32a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm1-9a1 1 0 1 0 0 2h.667a1 1 0 1 0 0-2H32Zm-1 17a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm-7-13.333a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334ZM26.667 32a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0ZM24 42.667a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z" }))); }; exports.default = ListAdd64;