diff options
author | pravindalve | 2019-10-30 19:34:21 +0530 |
---|---|---|
committer | pravindalve | 2019-10-30 19:34:21 +0530 |
commit | d77a48ced21b2c5f8293148379f061897c50d4f4 (patch) | |
tree | 08aab75b2fc4979dfb97a7b97429da916e8c2936 /icons/new.svg | |
download | Chemical-Simulator-GUI-d77a48ced21b2c5f8293148379f061897c50d4f4.tar.gz Chemical-Simulator-GUI-d77a48ced21b2c5f8293148379f061897c50d4f4.tar.bz2 Chemical-Simulator-GUI-d77a48ced21b2c5f8293148379f061897c50d4f4.zip |
Initial Commit
OMChem(OMchemSim-python api) is designed by Rahul Jain, Simulator is taken from https://github.com/FOSSEE/OMChemSim and GUI related things are implemented during FOSSEE Summer Fellowship 2019 by Anosh Billimoria and Anuj Goyal
Diffstat (limited to 'icons/new.svg')
-rw-r--r-- | icons/new.svg | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/icons/new.svg b/icons/new.svg new file mode 100644 index 0000000..bd566f3 --- /dev/null +++ b/icons/new.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32px" + height="32px" + id="svg3026" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="new.svg"> + <defs + id="defs3028" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="2.0686946" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1600" + inkscape:window-height="838" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" /> + <metadata + id="metadata3031"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="Layer_x0020_1" + transform="matrix(-0.07242442,0,0,-0.06674202,26.765447,32.676694)"> + <path + class="fil0 str0" + d="m 190,30 h 140 c 11,0 20,9 20,20 v 400 c 0,11 -9,20 -20,20 H 50 C 39,470 30,461 30,450 V 190 L 190,30 z" + id="path9" + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke:#434242;stroke-width:10;stroke-linecap:round;stroke-linejoin:round" /> + <path + class="fil1 str0" + d="M 160,190 H 30 L 190,30 v 130 c 0,17 -14,30 -30,30 z" + id="path11" + inkscape:connector-curvature="0" + style="fill:#fefefe;stroke:#434242;stroke-width:10;stroke-linecap:round;stroke-linejoin:round" /> + </g> + <g + transform="matrix(0.56015189,0,0,0.48838954,13.911275,0.32187356)" + style="font-size:63.53248596000000200px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#78a92b;fill-opacity:1;stroke:#78a92b;stroke-width:2.55788659999999980;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Sans" + id="text4439"> + <path + d="m 11.886517,31.160178 0,-10.840424 -10.8437025,0 0.00166,-8.382915 10.8420435,0 0,-11.01540726 8.252363,-0.002202 -0.09092,11.01540726 11.025536,0 -4e-6,8.385117 -10.93462,0 0,10.842626 z" + id="path4952" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccc" + style="stroke-width:2.55788659999999980;stroke-miterlimit:4;stroke-dasharray:none;fill:#78a92b;fill-opacity:1" /> + </g> + </g> +</svg> |