google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 910 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Sell = createIcon("Sell", [
[
"path",
{
d: "M21.408 11.4129L12.578 2.58293C12.208 2.21293 11.698 2.00293 11.168 2.00293H3.99805C2.89805 2.00293 1.99805 2.90293 1.99805 4.00293V11.1729C1.99805 11.7029 2.20805 12.2129 2.58805 12.5829L11.418 21.4129C12.198 22.1929 13.468 22.1929 14.248 21.4129L21.418 14.2429C22.198 13.4629 22.198 12.2029 21.408 11.4129ZM6.49805 8.00293C5.66805 8.00293 4.99805 7.33293 4.99805 6.50293C4.99805 5.67293 5.66805 5.00293 6.49805 5.00293C7.32805 5.00293 7.99805 5.67293 7.99805 6.50293C7.99805 7.33293 7.32805 8.00293 6.49805 8.00293Z",
key: "1bgwr6"
}
]
]);
export { Sell as default };
//# sourceMappingURL=sell.js.map