@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 910 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Poll = /*#__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: "M11.75 2a2.75 2.75 0 0 1 2.75 2.75v14.5a2.75 2.75 0 1 1-5.5 0V4.75A2.75 2.75 0 0 1 11.75 2zm7 5a2.75 2.75 0 0 1 2.75 2.75v9.5a2.75 2.75 0 1 1-5.5 0v-9.5A2.75 2.75 0 0 1 18.75 7zm-14 5a2.75 2.75 0 0 1 2.75 2.75v4.5a2.75 2.75 0 0 1-5.5 0v-4.5A2.75 2.75 0 0 1 4.75 12z"
}));
});
Poll.displayName = 'Poll';
export var PollDimensions = {
height: 24,
width: 24
};