@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
12 lines (9 loc) • 483 B
JavaScript
import React from 'react';
var SvgCancelSmallMinor = function SvgCancelSmallMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12.72 13.78a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-2.72 2.72-2.72-2.72a.75.75 0 0 0-1.06 1.06l2.72 2.72-2.72 2.72a.75.75 0 1 0 1.06 1.06l2.72-2.72 2.72 2.72Z"
}));
};
export { SvgCancelSmallMinor as S };