UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ImageMultiple = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5c0 1.14.33 2.2.9 3.1L18.8 22.9a3.25 3.25 0 0 1 4.44-.07l13.84 12.55c.59-.9.93-1.98.93-3.13v-21.5A5.75 5.75 0 0 0 32.25 5h-21.5Zm24.54 32.13L21.55 24.68a.75.75 0 0 0-1.03.02L7.68 37.11c.89.56 1.94.89 3.07.89h21.5c1.11 0 2.16-.32 3.04-.87ZM30 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM15.25 42.5c-1.97 0-3.71-1-4.75-2.5h21.75A7.75 7.75 0 0 0 40 32.25V10.5a5.74 5.74 0 0 1 2.5 4.75v17c0 5.66-4.59 10.25-10.25 10.25h-17Z" })); }); ImageMultiple.displayName = 'ImageMultiple'; export var ImageMultipleDimensions = { height: 48, width: 48 };