@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PlayMultiple = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.44 12.56a1.5 1.5 0 0 0 1.8.24l8-4.5a1.5 1.5 0 0 0 0-2.6L6.21 1.18A1.52 1.52 0 0 0 4 2.5v9c0 .4.16.78.44 1.06Zm7.32-1.72 1.22-.68.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86c-.51.27-1.08.41-1.66.42-.3 0-.61-.04-.91-.13A3.46 3.46 0 0 1 2 11.5V5.91a1.48 1.48 0 0 1 1-1.39v6.98a2.51 2.51 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01Z"
}));
});
PlayMultiple.displayName = 'PlayMultiple';
export var PlayMultipleDimensions = {
height: 16,
width: 16
};