@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 941 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TicketHorizontal = /*#__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: "M20.75 5c.7 0 1.25.56 1.25 1.25v2.26c0 .4-.3.72-.7.75a2.75 2.75 0 0 0 0 5.48c.4.03.7.36.7.75v2.26c0 .69-.56 1.25-1.25 1.25H3.25C2.56 19 2 18.44 2 17.75v-2.26c0-.4.3-.72.7-.75a2.75 2.75 0 0 0 0-5.48.75.75 0 0 1-.7-.75V6.25C2 5.56 2.56 5 3.25 5h17.5z"
}));
});
TicketHorizontal.displayName = 'TicketHorizontal';
export var TicketHorizontalDimensions = {
height: 24,
width: 24
};