@notainc/kamon
Advanced tools
Comparing version 1.2.3 to 1.2.4
import React from 'react'; | ||
function TackFill(props) { | ||
return (React.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, | ||
React.createElement("path", { d: "M8.5 5V4.5H8H7C6.72386 4.5 6.5 4.27614 6.5 4C6.5 3.72386 6.72386 3.5 7 3.5H17C17.2761 3.5 17.5 3.72386 17.5 4C17.5 4.27614 17.2761 4.5 17 4.5H16H15.5V5V10.1421V10.4218L15.7383 10.5682C17.5849 11.7022 18.9836 13.6574 19.5198 16.0081C19.5723 16.2378 19.3923 16.5 19.0755 16.5H13H12.5V17V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V17V16.5H11H4.92448C4.60769 16.5 4.42771 16.2378 4.48012 16.0081C5.0164 13.6574 6.41509 11.7022 8.26165 10.5682L8.5 10.4218V10.1421V5Z", stroke: "black" }))); | ||
React.createElement("path", { d: "M7 3C6.44772 3 6 3.44772 6 4C6 4.55228 6.44772 5 7 5H8V10.1421C6.03211 11.3506 4.557 13.4231 3.99264 15.8969C3.85994 16.4786 4.32787 17 4.92448 17H11V21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21V17H19.0755C19.6721 17 20.14 16.4786 20.0073 15.8969C19.443 13.4231 17.9679 11.3506 16 10.1421V5H17C17.5523 5 18 4.55228 18 4C18 3.44772 17.5523 3 17 3H7Z" }))); | ||
} | ||
export { TackFill }; |
{ | ||
"name": "@notainc/kamon", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "This is icon system for Helpfeel Inc.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
460342