@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Filmstrip = /*#__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: "M22 6.25C22 5.01 21 4 19.75 4H4.25C3.01 4 2 5 2 6.25v11.5C2 18.99 3 20 4.25 20h15.5c1.24 0 2.25-1 2.25-2.25V6.25Zm-2.25-.75c.41 0 .75.34.75.75V7.5H18v-2h1.75ZM18 9h2.5v2.5H18V9Zm0 4h2.5v2H18v-2Zm0 3.5h2.5v1.25c0 .41-.34.75-.75.75H18v-2ZM6 5.5v2H3.5V6.25c0-.41.34-.75.75-.75H6Zm0 11v2H4.25a.75.75 0 0 1-.75-.75V16.5H6ZM6 15H3.5v-2H6v2Zm0-6v2.5H3.5V9H6Z"
}));
});
Filmstrip.displayName = 'Filmstrip';
export var FilmstripDimensions = {
height: 24,
width: 24
};