google-material-icons
Version:
A google material icon library package for React applications
27 lines (23 loc) • 965 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AssuredWorkload = createIcon("AssuredWorkload", [
["path", { d: "M6 9.5H4V16.5H6V9.5Z", key: "1oulhz" }],
["path", { d: "M12 9.5H10V16.5H12V9.5Z", key: "tshfse" }],
["path", { d: "M21 5.5L11 0.5L1 5.5V7.5H21V5.5Z", key: "1wqxgf" }],
["path", { d: "M1 18.5V20.5H13.4C13.19 19.86 13.08 19.19 13.04 18.5H1Z", key: "1o3utr" }],
["path", { d: "M18 11.76V9.5H16V12.76L18 11.76Z", key: "1bbbx5" }],
[
"path",
{
d: "M19 13.5L15 15.5V18.05C15 20.57 16.71 22.93 19 23.5C21.29 22.93 23 20.57 23 18.05V15.5L19 13.5ZM18.28 20.5L16.25 18.47L17.31 17.41L18.28 18.38L20.69 16L21.75 17.06L18.28 20.5Z",
key: "18l9hs"
}
]
]);
export { AssuredWorkload as default };
//# sourceMappingURL=assured_workload.js.map