@icongo/ti
Version:
Typicons Icons
14 lines • 958 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TICancelOutline = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12 20.5c-4.688 0-8.5-3.812-8.5-8.5s3.812-8.5 8.497-8.5c4.69 0 8.503 3.812 8.503 8.5s-3.812 8.5-8.5 8.5zm0-15c-3.586 0-6.5 2.916-6.5 6.5s2.916 6.5 6.5 6.5 6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5zm.003 3A3.502 3.502 0 0 1 15.5 12c0 .206-.02.412-.057.615l-4.057-4.059c.203-.036.408-.056.614-.056m.003-1a4.48 4.48 0 0 0-2.39.697l6.188 6.188a4.448 4.448 0 0 0 .699-2.387A4.5 4.5 0 0 0 12.003 7.5zm-3.446 3.884 4.059 4.06A3.504 3.504 0 0 1 8.5 11.998c0-.206.02-.412.057-.614m-.358-1.773a4.48 4.48 0 0 0-.699 2.387A4.502 4.502 0 0 0 12 16.5a4.48 4.48 0 0 0 2.387-.699l-6.188-6.19z"
})
}));
export { TICancelOutline };