app/javascript/src/locomotive/editor/components/icons/header.js
import React from "react";
const Header = props => (
<svg width={14} height={18} {...props}>
<g fill="none" fillRule="evenodd">
<path stroke="#1C77C3" d="M2.654 2.75h8.692v2.375H2.654z" />
<rect width={13} height={17} x={0.5} y={0.5} stroke="#07356B" rx={2} />
</g>
</svg>
);
export default Header;