@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Expensify = /*#__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: "M8.16 17.52h7.68v-2.28h-4.872v-2.136h4.152v-2.328h-4.152v-2.04h4.872V6.48H8.16v11.04zM21.6 12a9.608 9.608 0 0 1-2.16 6.072l1.704 1.704A11.958 11.958 0 0 0 24 12c0-2.928-1.056-5.616-2.784-7.68l-1.704 1.704A9.61 9.61 0 0 1 21.6 12zm-3.528 7.44a9.608 9.608 0 0 1-12.048.072L4.32 21.216A11.913 11.913 0 0 0 12 24c2.976 0 5.688-1.08 7.776-2.856l-1.704-1.704zm-13.44-1.272A9.613 9.613 0 0 1 2.4 12c0-5.304 4.296-9.6 9.6-9.6 2.352 0 4.488.84 6.168 2.232l1.704-1.704A12.02 12.02 0 0 0 12 0C5.376 0 0 5.376 0 12c0 3 1.104 5.76 2.928 7.872l1.704-1.704z"
}));
});
Expensify.displayName = 'Expensify';
export var ExpensifyDimensions = {
height: 24,
width: 24
};