UNPKG

@evg-b/evg-icons

Version:

material icons

18 lines (15 loc) 569 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Outbond = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24", x: "0", y: "0" }), /*#__PURE__*/React.createElement("path", { d: "M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z M13.88,11.54l-4.96,4.96l-1.41-1.41 l4.96-4.96L10.34,8l5.65,0.01L16,13.66L13.88,11.54z" })), name: 'Outbond' }); export default Outbond;