Skip to content

Instantly share code, notes, and snippets.

@arnarthor
Created January 23, 2018 16:12
Show Gist options
  • Save arnarthor/7247d6c6d81fc6f60babc4e871ec4e7c to your computer and use it in GitHub Desktop.
Save arnarthor/7247d6c6d81fc6f60babc4e871ec4e7c to your computer and use it in GitHub Desktop.
let component = ReasonReact.statelessComponent("IconVideo");
let make = (~className, ~shapeClassName, _children) => {
...component,
render: (_) =>
<svg className viewBox="0 0 18 21" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g className=shapeClassName transform="translate(-454.000000, -130.000000)">
<g transform="translate(362.000000, 125.000000)">
<path
d="M108.980977,10.0981989 C109.393923,10.5111458 109.739906,11.3370397 109.739906,11.9285582 L109.739906,24.7857164 C109.739906,25.377235 109.259995,25.8571463 108.668476,25.8571463 L93.6684583,25.8571463 C93.0769397,25.8571463 92.5970285,25.377235 92.5970285,24.7857164 L92.5970285,6.92855227 C92.5970285,6.33703371 93.0769397,5.85712242 93.6684583,5.85712242 L103.66847,5.85712242 C104.259989,5.85712242 105.085883,6.20310498 105.49883,6.6160519 L108.980977,10.0981989 Z M104.025614,7.37498137 L104.025614,11.5714149 L108.222047,11.5714149 C108.155083,11.3816826 108.054636,11.1919502 107.976511,11.1138251 L104.483203,7.62051738 C104.405078,7.54239229 104.215346,7.44194574 104.025614,7.37498137 Z M108.311333,24.4285731 L108.311333,12.9999881 L103.66847,12.9999881 C103.076952,12.9999881 102.59704,12.5200768 102.59704,11.9285582 L102.59704,7.28569555 L94.0256016,7.28569555 L94.0256016,24.4285731 L108.311333,24.4285731 Z M101.168467,14.4285612 C101.949718,14.4285612 102.59704,15.0758834 102.59704,15.8571343 L102.59704,20.1428537 C102.59704,20.9241047 101.949718,21.5714269 101.168467,21.5714269 L96.8827479,21.5714269 C96.1014969,21.5714269 95.4541747,20.9241047 95.4541747,20.1428537 L95.4541747,15.8571343 C95.4541747,15.0758834 96.1014969,14.4285612 96.8827479,14.4285612 L101.168467,14.4285612 Z M106.659545,14.4508827 C106.793474,14.5066863 106.88276,14.640615 106.88276,14.7857045 L106.88276,21.2142836 C106.88276,21.359373 106.793474,21.4933018 106.659545,21.5491054 C106.614902,21.5602661 106.570259,21.5714269 106.525616,21.5714269 C106.436331,21.5714269 106.335884,21.5379447 106.26892,21.4709803 L103.311327,18.5022268 L103.311327,17.4977613 L106.26892,14.5290078 C106.335884,14.4620434 106.436331,14.4285612 106.525616,14.4285612 C106.570259,14.4285612 106.614902,14.4397219 106.659545,14.4508827 Z"
/>
</g>
</g>
</g>
</svg>
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment