UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CubeQuick = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M17.61 7.2a2 2 0 0 1 1.78 0l4.5 2.23a2 2 0 0 1 1.11 1.8v5.55a2 2 0 0 1-1.11 1.79l-4.5 2.22a2 2 0 0 1-1.78 0l-4.5-2.22a2 2 0 0 1-1.11-1.8v-5.55a2 2 0 0 1 1.11-1.79l4.5-2.22Zm-2.52 4.7c-.2.35-.06.81.3 1l2.36 1.3v3.05a.75.75 0 1 0 1.5 0V14.2l2.36-1.3a.75.75 0 0 0-.72-1.3l-2.39 1.3-2.4-1.3a.75.75 0 0 0-1 .3ZM4.75 8.5a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5Zm-2 4.5a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM4 18.25c0-.41.34-.75.75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z" })); }); CubeQuick.displayName = 'CubeQuick'; export var CubeQuickDimensions = { height: 28, width: 28 };