@icongo/ti
Version:
Typicons Icons
14 lines • 508 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIHeart = 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 10.375a4.375 4.375 0 0 0-8.75 0c0 1.127.159 2.784 1.75 4.375L12 20s5.409-3.659 7-5.25 1.75-3.248 1.75-4.375a4.375 4.375 0 0 0-8.75 0"
})
}));
export { TIHeart };