@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Cast = /*#__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: "M2 6.75C2 5.51 3 4.5 4.25 4.5h19.5c1.24 0 2.25 1 2.25 2.25v14.5c0 1.24-1 2.25-2.25 2.25H4.25c-1.24 0-2.25-1-2.25-2.25V6.75Zm3.5 4.5c0 .41.34.75.75.75 4 0 7.26 3.24 7.26 7.25a.75.75 0 0 0 1.5 0 8.75 8.75 0 0 0-8.76-8.75.75.75 0 0 0-.75.75ZM6.25 14a.75.75 0 0 0 0 1.5A3.75 3.75 0 0 1 10 19.25a.75.75 0 0 0 1.5 0c0-2.9-2.35-5.25-5.25-5.25Zm.5 6a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"
}));
});
Cast.displayName = 'Cast';
export var CastDimensions = {
height: 28,
width: 28
};