spaceout/front_end/node_modules/@material-ui/icons/esm/LabelTwoTone.js
2020-12-12 10:25:30 -05:00

8 lines
492 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M16 7H5v10h11l3.55-5z",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"
})), 'LabelTwoTone');