UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.18 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CubeMultiple = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.52 4.25a4.5 4.5 0 0 1 3.07.04l5.91 2.1a3 3 0 0 1 1 .59v-.42a2 2 0 0 0-1.33-1.88L14 2.85a6 6 0 0 0-4.02 0L4.83 4.68A2 2 0 0 0 3.5 6.56v.42a3 3 0 0 1 1-.6l5.91-2.1c.04 0 .07-.02.1-.03Zm2.73.98a3.75 3.75 0 0 0-2.5 0l-5.92 2.1A2 2 0 0 0 3.5 9.2v8.24a2 2 0 0 0 1.33 1.88l5.92 2.1c.8.29 1.7.29 2.5 0l5.92-2.1a2 2 0 0 0 1.33-1.88V9.2a2 2 0 0 0-1.33-1.88l-5.92-2.1Zm-6.8 4.88c.14-.39.57-.6.96-.45L12 11.29l4.6-1.63a.75.75 0 0 1 .5 1.4l-4.35 1.55v4.72a.75.75 0 0 1-1.5 0v-4.72l-4.34-1.54a.75.75 0 0 1-.46-.96Z" })); }); CubeMultiple.displayName = 'CubeMultiple'; export var CubeMultipleDimensions = { height: 24, width: 24 };